bugfix crash on try to leave the "new mail account" view using back button

master
Alexander Weber 2018-07-03 23:09:16 +02:00
parent c100bc33c7
commit 946172092e
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ function os_class:set_app(appname)
if newapp == launcher then
self:appstack_free()
elseif newapp == '<pop>' then
newapp = self:appstack_pop()
newapp = self:appstack_pop() or launcher
elseif self.sysram.current_app and
self.sysram.current_app ~= launcher and
self.sysram.current_app ~= newapp then