From 573b73357c194f9f829ea19c9d385844f8187c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Fern=C3=A1ndez?= Date: Fri, 5 Jul 2019 22:59:57 +0200 Subject: [PATCH] remove the patch.lua workaround --- platform/android/llapp_main.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/platform/android/llapp_main.lua b/platform/android/llapp_main.lua index 2e83e2a3186c..45bdd1b82165 100644 --- a/platform/android/llapp_main.lua +++ b/platform/android/llapp_main.lua @@ -12,10 +12,6 @@ if file ~= nil then A.LOGI("intent file path " .. file) end --- (Disabled, since we hide navbar on start now no need for this hack) --- run koreader patch before koreader startup -pcall(dofile, "/sdcard/koreader/patch.lua") - -- set proper permission for binaries A.execute("chmod", "755", "./sdcv") A.execute("chmod", "755", "./tar")