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 774b0ca commit f84e3fbCopy full SHA for f84e3fb
1 file changed
lib/ui/client/client_widget.dart
@@ -183,7 +183,7 @@ class _ClientWidgetState extends State<ClientWidget> {
183
return Scaffold(
184
appBar: AppBar(
185
centerTitle: false,
186
- title: Platform.isIOS ? _twoModeSwitcher : const SizedBox.shrink(),
+ title: !Platform.isIOS ? _twoModeSwitcher : const SizedBox.shrink(),
187
actions: [
188
Row(
189
mainAxisAlignment: MainAxisAlignment.center,
0 commit comments