mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
replace custom extension functions with the filepickers ones
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
package com.simplemobiletools.notes.extensions
|
||||
|
||||
import android.content.Context
|
||||
import android.widget.Toast
|
||||
|
||||
fun Context.toast(id: Int) = Toast.makeText(this, id, Toast.LENGTH_SHORT).show()
|
@ -1,5 +0,0 @@
|
||||
package com.simplemobiletools.notes.extensions
|
||||
|
||||
import android.widget.EditText
|
||||
|
||||
val EditText.value: String get() = text.toString().trim()
|
Reference in New Issue
Block a user