Steven %!s(int64=2) %!d(string=hai) anos
pai
achega
4238dd2911

+ 3 - 1
KulexiuForStudent/KulexiuForStudent/Common/Base/LoadingManager/KSHudLoagingManager.m

@@ -47,7 +47,9 @@
 
 - (void)removeCustomLoading {
     dispatch_main_async_safe(^{
-        [self.loadingView hideLoadingView];
+        if (self->_loadingView) {
+            [self.loadingView hideLoadingView];
+        }
     });
 }