Skip to content

Commit 3baefcb

Browse files
2 parents 8527ee6 + a8ce47e commit 3baefcb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/ui/client/client_widget.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import 'dart:io';
12
import 'dart:isolate';
23
import 'dart:ui';
34

@@ -182,7 +183,7 @@ class _ClientWidgetState extends State<ClientWidget> {
182183
return Scaffold(
183184
appBar: AppBar(
184185
centerTitle: false,
185-
title: _twoModeSwitcher,
186+
title: Platform.isIOS ? _twoModeSwitcher : const SizedBox.shrink(),
186187
actions: [
187188
Row(
188189
mainAxisAlignment: MainAxisAlignment.center,

0 commit comments

Comments
 (0)