Skip to content

Commit f84e3fb

Browse files
Temp fix iOS can not host files (#83)
Fix #79 can not hosting as server on iOS Signed-off-by: huynguyennovem <huynguyennovem@gmail.com>
1 parent 774b0ca commit f84e3fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ui/client/client_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ class _ClientWidgetState extends State<ClientWidget> {
183183
return Scaffold(
184184
appBar: AppBar(
185185
centerTitle: false,
186-
title: Platform.isIOS ? _twoModeSwitcher : const SizedBox.shrink(),
186+
title: !Platform.isIOS ? _twoModeSwitcher : const SizedBox.shrink(),
187187
actions: [
188188
Row(
189189
mainAxisAlignment: MainAxisAlignment.center,

0 commit comments

Comments
 (0)