Actions
Bug #1049
closed
SS
SS
The ViewPager shows wrong tab if the screen is rotated with Privacy Browser in the background and then an intent opens a new tab
Bug #1049:
The ViewPager shows wrong tab if the screen is rotated with Privacy Browser in the background and then an intent opens a new tab
Start date:
07/28/2023
Due date:
% Done:
0%
Estimated time:
Description
My guess is that OnConfigurationChanged is called at the same time the new tab is being opened, which leads to a race condition.
Actions