-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small UI Fixes for subscriptions (#2690)
Task/Issue URL: https://app.asana.com/0/1204099484721401/1207003662391345/f Description: A few minor UI changes. - Added a title to the VPN navigation bar - Added a loader to Restore View
- Loading branch information
1 parent
e924191
commit 9261f84
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -217,6 +217,8 @@ struct SubscriptionRestoreView: View { | |
} | ||
} | ||
} | ||
} else { | ||
SwiftUI.ProgressView() | ||
} | ||
} | ||
} | ||
|