Skip to content

Commit

Permalink
fix: fixed desktop option showing in ios
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanYuuki committed Dec 1, 2024
1 parent 8864abf commit e006615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/Desktop/watch_page.darts
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ class _DesktopWatchPageState extends State<DesktopWatchPage>
color: Colors.white,
),
),
if (!Platform.isAndroid)
if (!Platform.isAndroid && !Platform.isIOS)
IconButton(
icon: Icon(isFullScreen
? Icons.fullscreen_exit_rounded
Expand Down

0 comments on commit e006615

Please sign in to comment.