Open
Bug 1958803
Opened 14 days ago
Updated 7 days ago
Remove CrashListActivity
Categories
(Firefox for Android :: Crash Reporting, task)
Tracking
()
NEW
People
(Reporter: polly, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fxdroid][group6] )
We would like to reduce the number of activities in our android apps.
CrashListActivity
is a thin wrapper around CrashListFragment
in lib-crash
, so should be relatively easy to refactor out.
steps:
- If we need to, we can embed the android component
CrashListFragment
in anotherCrashListFragment
that lives in Fenix - add
CrashListFragment
to nav graph - from
about:crashes
, navigate toCrashListFragment
instead ofCrashListActivity
- delete
CrashListActivity
from Fenix
Reporter | ||
Updated•14 days ago
|
Summary: Remove PrivacyContentDisplayActivity and related mozilla online code → Remove CrashListActivity
Updated•14 days ago
|
Comment 1•7 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox for Android::Crash Reporting' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: General → Crash Reporting
You need to log in
before you can comment on or make changes to this bug.
Description
•