fix channel actions context

chore/offband-rebrand
just_stuff_tm 5 months ago
parent 2a7cc28a3a
commit c880c2d107

@ -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 {

Loading…
Cancel
Save

Powered by TurnKey Linux.