mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-01-01 03:57:59 -05:00
properly update the widgets note
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user