Return early in L.Map.showBusy() in the iOS app, too
Change-Id: If4d76601ed618a2e52f3dd1a116d03835c2342e7 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98194 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
This commit is contained in:
parent
187aefb626
commit
24a0c7c3dc
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ L.Map = L.Evented.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
showBusy: function(label, bar) {
|
showBusy: function(label, bar) {
|
||||||
if (window.ThisIsTheAndroidApp)
|
if (window.ThisIsTheAndroidApp || window.ThisIsTheiOSApp)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// If document is already loaded, ask the toolbar widget to show busy
|
// If document is already loaded, ask the toolbar widget to show busy
|
||||||
|
|
Loading…
Reference in a new issue