mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-16 11:58:50 +00:00
@ -44,7 +44,7 @@ class MuteButton extends StatelessWidget {
|
||||
color: isMuted ? LAYER_2 : WARNING,
|
||||
borderRadius: DEFAULT_BR,
|
||||
),
|
||||
onTap: () async {
|
||||
onTap: (_) async {
|
||||
if (onTap != null) {
|
||||
onTap!();
|
||||
}
|
||||
|
Reference in New Issue
Block a user