TF-3082 Hide loading of PublicAsset when session expires
This commit is contained in:
@@ -129,6 +129,14 @@ class PublicAssetController extends BaseController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void handleUrgentExceptionOnWeb({Failure? failure, Exception? exception}) {
|
||||||
|
super.handleUrgentExceptionOnWeb(failure: failure, exception: exception);
|
||||||
|
if (failure is UploadAttachmentFailure) {
|
||||||
|
isUploading.value = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void _handlePublicAssetOverQuotaFailureState(PublicAssetOverQuotaFailureState failure) {
|
void _handlePublicAssetOverQuotaFailureState(PublicAssetOverQuotaFailureState failure) {
|
||||||
isUploading.value = false;
|
isUploading.value = false;
|
||||||
if (currentOverlayContext != null && currentContext != null) {
|
if (currentOverlayContext != null && currentContext != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user