fix: emoji import from ZIP file
- fix invalid Navigator scope in Emoji import dialog - add progress bar to Emoji import dialog Fixes: #623 Signed-off-by: The one with the braid <info@braid.business>
This commit is contained in:
parent
fbaeb1807f
commit
fd35f31cb2
2 changed files with 53 additions and 39 deletions
|
|
@ -309,6 +309,8 @@ class EmotesSettingsController extends State<EmotesSettings> {
|
|||
|
||||
await showDialog(
|
||||
context: context,
|
||||
// breaks [Matrix.of] calls otherwise
|
||||
useRootNavigator: false,
|
||||
builder: (context) => ImportEmoteArchiveDialog(
|
||||
controller: this,
|
||||
archive: archive,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue