This commit is contained in:
Mikayla 2025-04-19 22:20:57 +00:00
parent 657261642c
commit 13509136b8

View File

@ -365,8 +365,7 @@ function pocket.init_nav(smem)
self.help_return = self.cur_app self.help_return = self.cur_app
nav.open_app(APP_ID.GUIDE, function () nav.open_app(APP_ID.GUIDE, function ()
local show = self.help_map[key] if self.help_map[key] then self.help_map[key]() end
if show then show() end
end) end)
end end