Add tests

This commit is contained in:
GGAutomaton 2022-04-17 20:20:20 +08:00
parent bb5390d63a
commit 6526ff1612
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();
}
}