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:
Tor Lillqvist 2020-07-06 11:59:27 +03:00
parent 187aefb626
commit 24a0c7c3dc

View file

@ -445,7 +445,7 @@ L.Map = L.Evented.extend({
},
showBusy: function(label, bar) {
if (window.ThisIsTheAndroidApp)
if (window.ThisIsTheAndroidApp || window.ThisIsTheiOSApp)
return;
// If document is already loaded, ask the toolbar widget to show busy