-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Do not close cozy-app when opening ClouderyOffer view
When calling `showClouderyOffer()` from a cozy-app, then this cozy-app would be closed to display the ClouderyOffer view This is not ideal as the `back` button would return to the Home view instead of the previously displayed CozyApp This was originally done because we followed the same model as the OauthClientsLimitExceeded view. We wanted this for this view because it was here to prevent the user to open cozy-apps. Also this view was placed on the HomeScreen component so the user would still be able to open the CozyApp screen displaying `cozy-settings` (so they can manage their oauth clients) We wrongly thought that the ClouderyOffer had the same needs, but it is not the case. This view should be able to be displayed on top of HomeView but also on top of CozyApp screen, and it should not close the current CozyApp screen
- Loading branch information
Showing
3 changed files
with
2 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