fix: Bootstrap wipe
This commit is contained in:
parent
6aff41abbb
commit
06e0eee40e
1 changed files with 3 additions and 2 deletions
|
|
@ -513,14 +513,15 @@ class _SettingsState extends State<Settings> {
|
||||||
message: L10n.of(context).wipeChatBackup,
|
message: L10n.of(context).wipeChatBackup,
|
||||||
isDestructiveAction: true,
|
isDestructiveAction: true,
|
||||||
)) {
|
)) {
|
||||||
return BootstrapDialog(
|
await BootstrapDialog(
|
||||||
l10n: L10n.of(context),
|
l10n: L10n.of(context),
|
||||||
client: Matrix.of(context).client,
|
client: Matrix.of(context).client,
|
||||||
wipe: true,
|
wipe: true,
|
||||||
).show(context);
|
).show(context);
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
return BootstrapDialog(
|
await BootstrapDialog(
|
||||||
l10n: L10n.of(context),
|
l10n: L10n.of(context),
|
||||||
client: Matrix.of(context).client,
|
client: Matrix.of(context).client,
|
||||||
).show(context);
|
).show(context);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue