We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416177a commit a8ce47eCopy full SHA for a8ce47e
1 file changed
lib/ui/client/client_widget.dart
@@ -1,3 +1,4 @@
1
+import 'dart:io';
2
import 'dart:isolate';
3
import 'dart:ui';
4
@@ -182,7 +183,7 @@ class _ClientWidgetState extends State<ClientWidget> {
182
183
return Scaffold(
184
appBar: AppBar(
185
centerTitle: false,
- title: _twoModeSwitcher,
186
+ title: Platform.isIOS ? _twoModeSwitcher : const SizedBox.shrink(),
187
actions: [
188
Row(
189
mainAxisAlignment: MainAxisAlignment.center,
0 commit comments