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

Commit fabbde22 authored by Dhina17's avatar Dhina17 Committed by Michael Bestas
Browse files

fixup! SystemUI: Implement hide gestural navigation hint bar

Views should be touched only from main thread.

Change-Id: Ib2e464eba593e870d120aea7181b3ad8f4229fc6
parent f84ce9e1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -156,7 +156,9 @@ public class NavigationBarInflaterView extends FrameLayout {
                    mIsHintEnabled = LineageSettings.System.getInt(mContext.getContentResolver(),
                            LineageSettings.System.NAVIGATION_BAR_HINT, 0) != 0;
                    updateHint();
                    mContext.getMainExecutor().execute(() -> {
                        onLikelyDefaultLayoutChange();
                    });
                }
            }
        };