mozilla-mobile / firefox-echo-show

Firefox for Amazon's Echo Show
Mozilla Public License 2.0
25 stars 12 forks source link

Flicker after clicking About on Settings when moving from Settings to Home #252

Open mcomella opened 5 years ago

mcomella commented 5 years ago

Steps to reproduce

Expected behavior

No flicker

Actual behavior

Flicker when the app transitions from Settings -> Home. It looks like when the Settings screen has mostly faded away, it flickers on the screen for a frame and disappears.

This does not happen if About is not pressed (i.e. open settings, click back arrow) so I don't think it's that important. However, this effect seems to stick when going Settings -> Home if About has ever been pressed. This state will be cleared the next time the app is restarted (e.g. after 5min timeout).

Device information

I'm guessing the issue is caused because we're using startActivity (with the URL) instead of finish or something.