I just installed lineageOS on my Redmi Note 7 and it’s working great, I love it.
One thing I liked on miui was that gesture navigation had the option to be disabled on the top half of the screen so it doesn’t obstruct opening the side menu on some apps, and I can’t find such option on lineageOS. For instance, I can’t open the side menu on twidere.
Is there a workaround for this? I tried using the hybrid option but I don’t like it.
Sadly… not anymore… I solved using fluid navigation gestures and a couple command from adb to disable right and left stock gestures completely (but bottom gestures). Command are those:
adb shell
settings put secure back_gesture_inset_scale_left -1
settings put secure back_gesture_inset_scale_right -1
deleted by creator
this disables the back gesture completely? how do you go back?
With fluid navigation gestures, it’s an app
Oh! I thought you meant using the native gestures. This totally fixed it. Thanks!!