Skip to content

Commit

Permalink
update vpn tab
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Jun 18, 2024
1 parent 5d5bd10 commit 13e8247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vpn/vpn_tab.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class VPNTab extends StatelessWidget {
: Column(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
if (!proUser )
if (!proUser && !Platform.isIOS)
const ProBanner()
else
const SizedBox(height: 10),
Expand Down

0 comments on commit 13e8247

Please sign in to comment.