Lint: Lambda fix
This commit is contained in:
parent
773bde14ab
commit
c24999075d
1 changed files with 2 additions and 3 deletions
|
@ -534,9 +534,8 @@ public class RouterActivity extends AppCompatActivity {
|
|||
downloadDialog.show(fm, "downloadDialog");
|
||||
fm.executePendingTransactions();
|
||||
downloadDialog.requireDialog().setOnDismissListener(dialog -> finish());
|
||||
}, (@NonNull Throwable throwable) -> {
|
||||
showUnsupportedUrlDialog(currentUrl);
|
||||
}));
|
||||
}, (@NonNull Throwable throwable) ->
|
||||
showUnsupportedUrlDialog(currentUrl)));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue