mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
remove the cursor extensions
This commit is contained in:
@ -2,7 +2,6 @@ package com.simplemobiletools.notes.helpers
|
||||
|
||||
import android.content.Context
|
||||
import com.simplemobiletools.commons.helpers.BaseConfig
|
||||
import com.simplemobiletools.notes.*
|
||||
|
||||
class Config(context: Context) : BaseConfig(context) {
|
||||
companion object {
|
||||
|
@ -1,6 +1,5 @@
|
||||
package com.simplemobiletools.notes.helpers
|
||||
|
||||
val TEXT = "text"
|
||||
val NOTE_ID = "note_id"
|
||||
|
||||
// shared preferences
|
||||
|
Reference in New Issue
Block a user