App give focus on wrong fragment
Issues:
- Device: Honor 8
- OS: Android 8
How reproduce:
- 1 :
- Start app
- Go to trackers tab
- Consult tracker -> Focus is gived to recycler_view_app_item
- 2 :
- Start app
- Consult report
- Open report on Exodus with this button openExodusPage
- Go back to app -> Focus is gived to fragment_a_d_trackers
Maybe this issue is specific on device with a little screen ?
This bug have a big impact on experience. I'm able to reproduce on Android 5.0 (Smartphones and tablets) @J-Jamet Is it possible to fix this before release ?
I'll take a look.
The problem seems to be reproducible only when an external WebView is opened (after opening a URL), otherwise for the first launch, the bug is not present.
The first hypothesis comes from the loading of the views in the scrolls which are disturbed by the asynchronous recovery of information after a WebView is loaded in memory but no fix has been found yet. It is likely that the bug comes from the system, in this case, only a workaround is possible.