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

Commit 1be4c7e3 authored by Winson Chung's avatar Winson Chung
Browse files

Fix issue with slippery flag not being updated correctly

- The ordering was such that the disabled state was updated before
  onPanelExpandedChange which was masking the issue by updating the
  slippery flag, but when unlocking from the screen off state, we get
  onPanelExpandedChange first, and disabled state after (which doesn't
  update the slippery state).

Bug: 80204751
Test: Turn screen off, unlock with fingerprint, swipe up
Change-Id: I88f1bc6a983ec0d693844724d8b9d4bf11a0fd31
parent 062c050d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -604,6 +604,7 @@ public class NavigationBarView extends FrameLayout implements PluginListener<Nav
        }

        updateNavButtonIcons();
        updateSlippery();
    }

    public void updateNavButtonIcons() {