fix channel actions context

This commit is contained in:
just_stuff_tm
2026-02-24 00:02:10 -05:00
parent 2a7cc28a3a
commit c880c2d107
+1 -1
View File
@@ -522,7 +522,7 @@ class _ChannelsScreenState extends State<ChannelsScreen>
: context.l10n.channels_muteChannel,
),
onTap: () async {
Navigator.pop(context);
Navigator.pop(sheetContext);
if (isMuted) {
await settingsService.unmuteChannel(channel.name);
} else {