-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
* Updated translations (you can update/vote for the correct translation on Crowdin - link is provided in the app) | ||
* Fix for issue #171 (Shortcuts not working propertly in Android 13) (@Ismael034) | ||
Fix for issue #171 (Shortcuts not working properly in Android 13) (@Ismael034): | ||
|
||
This version contains a workaround for the "App isn't installed" error showing up when starting shortcuts on Android 13. The fix makes all shortcuts point to our own proxy activity - similar approach to our root launcher. |