[wearable][WebRuntime][TSIX-3226, fix load icon not disappear issue] 42/232942/1
authorzhongyuan <zy123.yuan@samsung.com>
Sat, 9 May 2020 07:20:45 +0000 (15:20 +0800)
committerzhongyuan <zy123.yuan@samsung.com>
Sat, 9 May 2020 07:20:45 +0000 (15:20 +0800)
Change-Id: I8ca9f0e3ccbee94b1676e5e2912a232a90caf5ae

wearable/tct-behavior-tests/tests/PackageManagement/js/tests.js

index 31e7cf89ebd0190176f005d08431a0cc7df477b6..b57982736fbc7728f8f5a09328bb99481157f4c7 100755 (executable)
@@ -181,6 +181,7 @@ function uninstall(package_id) {
             },
             oncomplete: function(packageId)
             {
+                $.mobile.hidePageLoadingMsg();
                 console.log("Uninstallation(" + packageId + ") Complete");
                 $('#launch').addClass("ui-disabled");
                 $('#uninstall').addClass("ui-disabled");