mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-20 15:51:01 +10:00
fix channel actions context
This commit is contained in:
@@ -522,7 +522,7 @@ class _ChannelsScreenState extends State<ChannelsScreen>
|
|||||||
: context.l10n.channels_muteChannel,
|
: context.l10n.channels_muteChannel,
|
||||||
),
|
),
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
Navigator.pop(context);
|
Navigator.pop(sheetContext);
|
||||||
if (isMuted) {
|
if (isMuted) {
|
||||||
await settingsService.unmuteChannel(channel.name);
|
await settingsService.unmuteChannel(channel.name);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user