build: Update dependencies

This commit is contained in:
krille-chan 2023-11-25 15:01:59 +01:00
commit 3f46b90fd8
No known key found for this signature in database
4 changed files with 70 additions and 73 deletions

View file

@ -51,7 +51,6 @@ class HomeserverPickerController extends State<HomeserverPicker> {
context: context,
title: L10n.of(context)!.indexedDbErrorTitle,
message: L10n.of(context)!.indexedDbErrorLong,
onWillPop: () async => false,
);
_checkTorBrowser();
},