Add tests
This commit is contained in:
parent
bb5390d63a
commit
6526ff1612
3 changed files with 197 additions and 3 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue