fix: temp fix for navigation issues

This commit is contained in:
Deven Joshi
2021-01-04 16:45:17 +05:30
parent 74cff7576b
commit 523790b027
3 changed files with 0 additions and 18 deletions
-2
View File
@@ -527,8 +527,6 @@ class ChannelPage extends StatelessWidget {
if (channel.state == null) {
await channel.watch();
}
Navigator.pop(context);
Navigator.pop(context);
Navigator.pushReplacementNamed(
context,
Routes.CHANNEL_PAGE,