Merge pull request #128 from bell07/master

bugfix crash on try to leave the "new mail account" view
master
bell07 2018-07-12 22:47:41 +02:00 committed by GitHub
commit f3dae69bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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