Closed
Bug 1921125
Opened 1 month ago
Closed 8 hours ago
[Predictive back] remove unsupported back navigation APIs
Categories
(Fenix :: Homepage, task)
Tracking
(firefox134 fixed)
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: mavduevskiy, Assigned: mavduevskiy)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fxdroid][group3])
Attachments
(3 files)
From the doc:
- Migrate your system Back handling logic to AndroidX’s OnBackPressedDispatcher with an implementation of OnBackPressedCallback. For detailed guidance, see Provide custom back navigation.
- Disable the OnBackPressedCallback when ready to stop intercepting the back gesture.
- Stop intercepting back events via OnBackPressed or KeyEvent.KEYCODE_BACK.
Assignee | ||
Updated•1 month ago
|
Type: enhancement → task
Assignee | ||
Updated•1 month ago
|
Assignee: nobody → mavduevskiy
Assignee | ||
Comment 1•1 month ago
|
||
... and replace it with OnBackPressedCallback with the same behaviour.
Assignee | ||
Comment 2•1 month ago
|
||
Updated•1 month ago
|
Attachment #9427286 -
Attachment description: Bug 1921125 - Remove onBackPressed override from HomeActivity → WIP: Bug 1921125 - Remove onBackPressed override from HomeActivity
Updated•1 month ago
|
Attachment #9427291 -
Attachment description: Bug 1921125 - Remove onBackPressed override from CrashReporterActivity → WIP: Bug 1921125 - Remove onBackPressed override from CrashReporterActivity
Assignee | ||
Comment 3•1 month ago
|
||
Updated•24 days ago
|
Attachment #9427639 -
Attachment description: WIP: Bug 1921125 - Remove deprecated onBackPressed from Dialogs → Bug 1921125 - Remove deprecated onBackPressed from Dialogs
Updated•24 days ago
|
Attachment #9427291 -
Attachment description: WIP: Bug 1921125 - Remove onBackPressed override from CrashReporterActivity → Bug 1921125 - Remove onBackPressed override from CrashReporterActivity
Updated•24 days ago
|
Attachment #9427286 -
Attachment description: WIP: Bug 1921125 - Remove onBackPressed override from HomeActivity → Bug 1921125 - Remove onBackPressed override from HomeActivity
Updated•23 days ago
|
Whiteboard: [fxdroid][group3]
Updated•23 days ago
|
Comment 4•23 days ago
|
||
Mike, assuming you're working on this, can you mark this as "assigned" instead of "New"?
Flags: needinfo?(mavduevskiy)
Pushed by mavduevskiy@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fa2c156a9bcf
Remove onBackPressed override from HomeActivity r=android-reviewers,petru
https://hg.mozilla.org/integration/autoland/rev/5fb0042bae1a
Remove onBackPressed override from CrashReporterActivity r=android-reviewers,petru
https://hg.mozilla.org/integration/autoland/rev/3b8b535b9bb0
Remove deprecated onBackPressed from Dialogs r=android-reviewers,petru
https://hg.mozilla.org/mozilla-central/rev/fa2c156a9bcf
https://hg.mozilla.org/mozilla-central/rev/5fb0042bae1a
https://hg.mozilla.org/mozilla-central/rev/3b8b535b9bb0
Status: NEW → RESOLVED
Closed: 8 hours ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•