fix(Change start page): Route back button to exit the app#1195
fix(Change start page): Route back button to exit the app#1195ILoveOpenSourceApplications wants to merge 53 commits into
Conversation
…n start page is overridden
c6885e0 to
6815ac4
Compare
6815ac4 to
b5bdf24
Compare
7593321 to
29b5436
Compare
|
The patch was crashing on startup with 9.15 (back button register is not the expected type), and after fixing the crash the patch doesn't seem to work if Patch doesn't seem to always change start page either. I'm not sure if the problem is fixing 9.15 or if something else is going on. |
bdc2043 to
efca24d
Compare
|
Neither |
|
I made the changes based off of the patch for YouTube. I guess it still needs more testing. |
…x/change-start-page # Conflicts: # extensions/music/src/main/java/app/morphe/extension/music/patches/ChangeStartPagePatch.java
|
" |
|
The crossfade warning is correct, it doesn't support 7.x or 9.x |
…x/change-start-page
|
Calling |
e42f88a to
23f0c9f
Compare
f0be5b8 to
a2c0681
Compare
# Conflicts: # patches/src/main/resources/addresources/values/youtube/strings.xml
6d9ade1 to
3ebb5eb
Compare
# Conflicts: # patches/src/main/kotlin/app/morphe/patches/youtube/layout/startpage/ChangeStartPagePatch.kt
16896e1 to
93f3acd
Compare
Description
Closes #1001.
Additional context
Intercepts
onBackPressedinMusicActivitybefore the app closes. If the user is at the root of a custom start page, it routes them toFEmusic_homeinstead. Ported theappLaunchedstate logic from YouTube to prevent the override from trapping the user.Test results