fix: Flutter warnings because of applock animation

This commit is contained in:
krille-chan 2023-10-07 07:50:41 +02:00
commit ea75e98c37
No known key found for this signature in database
2 changed files with 18 additions and 7 deletions

View file

@ -322,7 +322,8 @@ class BackgroundPush {
?.content
.tryGet<String>('type') ==
ClientStoriesExtension.storiesRoomType;
FluffyChatApp.router.go('/${isStory ? 'rooms/stories' : 'rooms'}/$roomId');
FluffyChatApp.router
.go('/${isStory ? 'rooms/stories' : 'rooms'}/$roomId');
} catch (e, s) {
Logs().e('[Push] Failed to open room', e, s);
}