Remove unnecessary if

This commit is contained in:
Jesús R 2021-12-09 15:52:23 -06:00
parent 9b9b7794e7
commit 4babb2da95
1 changed files with 1 additions and 2 deletions

View File

@ -275,11 +275,10 @@ changeKeylayout() {
fi
if getprop ro.vendor.build.fingerprint | grep -iq -e motorola/liber; then
if [ ! -f /mnt/phh/keylayout/uinput_nav.kl ]; then
cp /system/phh/empty /mnt/phh/keylayout/uinput_nav.kl
chmod 0644 /mnt/phh/keylayout/uinput_nav.kl
changed=true
fi
fi
if [ "$changed" = true ]; then