fix: back button#2006
Conversation
Greptile SummaryThis PR fixes the Android back button by adding Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User presses Back button] --> B{Android 13+ predictive back API}
B -->|enableOnBackInvokedCallback=true| C[Android handles back natively\nbypasses Cordova JS]
B -->|enableOnBackInvokedCallback=false\n✅ this PR| D[Legacy back dispatch]
D --> E[Cordova back-button event fired]
E --> F[JavaScript handler in Acode]
F --> G[Correct in-app navigation / exit logic]
Reviews (2): Last reviewed commit: "fix: back button" | Re-trigger Greptile |
This comment has been minimized.
This comment has been minimized.
|
Preview Release for this, has been built. |
|
@bajrangCoder can you check the APK to make sure it doesn't cause any side effects? |
It's fine on my device too |
No description provided.