mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
[fix, plugin] Don't show full widget together with isOnline() (#5575)
Fixes https://github.com/koreader/koreader/issues/5415 Cf. https://github.com/koreader/koreader/pull/5452 https://github.com/koreader/koreader/pull/5573 https://github.com/koreader/koreader/pull/5574
This commit is contained in:
@@ -325,6 +325,7 @@ end
|
||||
function EvernoteExporter:login()
|
||||
if not NetworkMgr:isOnline() then
|
||||
NetworkMgr:promptWifiOn()
|
||||
return
|
||||
end
|
||||
self.login_dialog = LoginDialog:new{
|
||||
title = self.login_title,
|
||||
|
||||
Reference in New Issue
Block a user