smooth-app
smooth-app copied to clipboard
fix: 5681 - startActivityAndCollapse + android 14
What
- Looks like we use a kotlin method deprecated in android 14.
- That said, I don't even know what a tile is.
- cf. https://stackoverflow.com/questions/77547985/launch-an-activity-from-tileservice-for-android-14-is-not-allowed
Fixes bug(s)
- Fixes: #5681