mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-03-03 22:16:41 -05:00
Fix typo
This commit is contained in:
@@ -154,8 +154,8 @@ class MainActivity : SimpleActivity() {
|
||||
initViewPager()
|
||||
}
|
||||
|
||||
NotesHelper(this).getNotes { lastestNotes ->
|
||||
if (mNotes.size != lastestNotes.size) {
|
||||
NotesHelper(this).getNotes { latestNotes ->
|
||||
if (mNotes.size != latestNotes.size) {
|
||||
initViewPager()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user