From dca24e0ac57f8f5b50077727aa1128864d586b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Fern=C3=A1ndez?= Date: Fri, 5 Jul 2019 23:30:45 +0200 Subject: [PATCH] patch.lua is not needed for screen height workarounds, but can be useful as it is the only file that allow us to change KOReader behaviour on Android without rebuilding the application --- platform/android/llapp_main.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/android/llapp_main.lua b/platform/android/llapp_main.lua index 2e83e2a31..878e577cf 100644 --- a/platform/android/llapp_main.lua +++ b/platform/android/llapp_main.lua @@ -12,7 +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")