fix refreshing page after deleting all bookmarks
simple forgot to add handleDownloadDeleted()
This commit is contained in:
parent
fd3336b270
commit
c07c925ada
@ -187,8 +187,8 @@ public class LightningDialogBuilder {
|
||||
new BrowserDialog.Item(R.string.dialog_delete_all_downloads) {
|
||||
@Override
|
||||
public void onClick() {
|
||||
// TODO: fix refreshing downloads page
|
||||
mDownloadsModel.deleteAllDownloads().subscribeOn(Schedulers.io()).subscribe();
|
||||
uiController.handleDownloadDeleted();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user