Crash in rewards tipping banner #28316
Labels
crash
feature/rewards
OS/Android
Fixes related to Android browser functionality
priority/P2
A bad problem. We might uplift this to the next planned release.
QA/No
release-notes/include
Milestone
I found that crash in GPS on 1.49.81. We need to fix and uplift to the appropriate channel. The problem is that we access native part in
onCreate
. We should inherit that Activity fromAsyncInitializationActivity
as we do in other Activities and not fromFragmentActivity
. Any native calls has to be done infinishNativeInitialization
Crash stack:
The text was updated successfully, but these errors were encountered: