mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
fix: Import session on iOS
This commit is contained in:
parent
eb3a9ce7e4
commit
7e6a424b3e
@ -180,8 +180,7 @@ class HomeserverPickerController extends State<HomeserverPicker> {
|
||||
}
|
||||
|
||||
Future<void> restoreBackup() async {
|
||||
final file =
|
||||
await FilePickerCross.importFromStorage(fileExtension: '.fluffybackup');
|
||||
final file = await FilePickerCross.importFromStorage();
|
||||
if (file.fileName == null) return;
|
||||
await showFutureLoadingDialog(
|
||||
context: context,
|
||||
|
Loading…
Reference in New Issue
Block a user