Add tests

This commit is contained in:
GGAutomaton 2022-04-17 20:20:20 +08:00
parent 44c04390d2
commit f2059e725a
3 changed files with 197 additions and 3 deletions

View file

@ -385,7 +385,7 @@ public final class BookmarkFragment extends BaseLocalListFragment<List<PlaylistL
}
}
if (isDisplayIndexModified) {
if (debounceSaver != null && isDisplayIndexModified) {
debounceSaver.saveChanges();
}
}
@ -588,4 +588,3 @@ public final class BookmarkFragment extends BaseLocalListFragment<List<PlaylistL
.show();
}
}