Skip to content

Commit

Permalink
remove the patch.lua workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
pazos committed Jul 5, 2019
1 parent 21b8f2f commit 573b733
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions platform/android/llapp_main.lua
Expand Up @@ -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")
Expand Down

0 comments on commit 573b733

Please sign in to comment.