Skip to content

Commit

Permalink
Merge pull request #57 from Magisk-Modules-Repo/9.7
Browse files Browse the repository at this point in the history
Remove conflicting overlays
  • Loading branch information
DanGLES3 authored Sep 7, 2021
2 parents b23fc18 + 7e73430 commit 4503921
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ This Magisk Module lets you tweak Android 10-12's gestures.
- All Custom ROMs who made my module an official feature in their ROM (AOSIP, Havoc & etc)

## Changelog
### V9.7
- Automatically removes conflicting overlays during install (AKA some theme modules that include gesture overlays for no reason at all)
### v9.6
- More reliable language detection (should prevent issues where the installer shows no text)
### v9.5
Expand Down
2 changes: 2 additions & 0 deletions common/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Custom Logic
##########################################################################################

find /data/adb/modules -type d -not -path "*HideNavBar/system*" -iname "*navigationbarmodegestural*" -exec rm -rf {} \; 2>/dev/null

LANG=$(settings get system system_locales)
LANGS=$(echo ${LANG:0:2} )
if [ -f $MODPATH/Lang/"$LANGS"/"$LANGS"1.txt ]; then
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=HideNavBar
name=Fullscreen/Immersive Gestures (Q-S)
version=v9.6
versionCode=34
version=v9.7
versionCode=35
author=DanGLES3
description=Customize Android 10-12's navigation gestures

0 comments on commit 4503921

Please sign in to comment.