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 {
|
Future<void> restoreBackup() async {
|
||||||
final file =
|
final file = await FilePickerCross.importFromStorage();
|
||||||
await FilePickerCross.importFromStorage(fileExtension: '.fluffybackup');
|
|
||||||
if (file.fileName == null) return;
|
if (file.fileName == null) return;
|
||||||
await showFutureLoadingDialog(
|
await showFutureLoadingDialog(
|
||||||
context: context,
|
context: context,
|
||||||
|
Loading…
Reference in New Issue
Block a user