fix: Emote settings and discovery fallback
This commit is contained in:
parent
9a244a7302
commit
b539d26b69
2 changed files with 3 additions and 3 deletions
|
|
@ -162,8 +162,8 @@ class FluffyRoutes {
|
|||
return ViewData(
|
||||
leftView: (_) => Settings(),
|
||||
mainView: (_) => EmotesSettings(
|
||||
room: (settings.arguments as Map)['room'],
|
||||
stateKey: (settings.arguments as Map)['stateKey'],
|
||||
room: ((settings.arguments ?? {}) as Map)['room'],
|
||||
stateKey: ((settings.arguments ?? {}) as Map)['stateKey'],
|
||||
),
|
||||
);
|
||||
case 'ignore':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue