Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 72624de0 authored by Roman Birg's avatar Roman Birg
Browse files

SystemUI: fix navbar dpad arrow keys regression



A previous commit (3dcd3654) which
was supposed to improve the dpad showing logic when swiching IMEs caused
a regression in that it did not hide small navbar buttons on the side
which were not the menu button. This is because the logic to store the
previous butotn visibility went through setButtonWithTagVisibility()
which is really only called on the primary buttons + menu button, and
never the search button.

Always store the previous visibilities of the buttons we're about to
override, so they can be restored properly.

Change-Id: I6d0dee7fe7918613b5d8ca7a81adfd631acffc1e
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent 4a9b471e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment