-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix/enable-markup-iOS16] Enabling Markup Mode on iOS 16 (#1152)
* #1141 fixes enabling markup mode on iOS 16 * added changelog entry * Calens changelog updated * In some cases the number of toolbar buttons are less than 4 * Calens changelog updated Co-authored-by: Matthias Hühne <> Co-authored-by: hosy <hosy@users.noreply.github.com>
- Loading branch information
Showing
3 changed files
with
20 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
Bugfix: Updating Theme | ||
Bugfix: Enabling Markup Mode on iOS 16, Updating Theme | ||
|
||
Fixes a bug when a new theme was activated, this causes that the UITabBar and UIToolbar does not updates colours. | ||
Enabling markup mode was broken on iOS 16 because of rearranged navigation bar and toolbar items. | ||
Furthermore when a new theme was choosen, this causes that the UITabBar and UIToolbar does not updates colours. | ||
|
||
https://github.com/owncloud/ios-app/issues/1141 |
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