Lint: Lambda fix

This commit is contained in:
TacoTheDank 2020-11-18 17:57:30 -05:00
parent 773bde14ab
commit c24999075d
1 changed files with 2 additions and 3 deletions

View File

@ -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