properly update the widgets note

This commit is contained in:
tibbi
2016-10-24 22:56:28 +02:00
parent 27c279e843
commit 6744135ef6
3 changed files with 23 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ public class Config {
}
public int getWidgetNoteIndex() {
return mPrefs.getInt(Constants.WIDGET_NOTE_ID, 0);
return mPrefs.getInt(Constants.WIDGET_NOTE_ID, 1);
}
public void setWidgetNoteIndex(int id) {