couple database handling tweaks

This commit is contained in:
tibbi
2017-01-06 19:58:35 +01:00
parent ba2cb16893
commit ca16d12112
3 changed files with 17 additions and 22 deletions

View File

@ -5,8 +5,6 @@ val NOTE_ID = "note_id"
// shared preferences
val PREFS_KEY = "Notes"
val IS_FIRST_RUN = "is_first_run"
val IS_DARK_THEME = "is_dark_theme"
val CURRENT_NOTE_ID = "current_note_id"
val WIDGET_NOTE_ID = "widget_note_id"
val FONT_SIZE = "font_size"