diff --git a/app/src/main/java/com/machiav3lli/backup/fragments/AppSheet.java b/app/src/main/java/com/machiav3lli/backup/fragments/AppSheet.java index 6c68a1f914..e56c05050c 100644 --- a/app/src/main/java/com/machiav3lli/backup/fragments/AppSheet.java +++ b/app/src/main/java/com/machiav3lli/backup/fragments/AppSheet.java @@ -375,8 +375,10 @@ private void setupOnClicks(AppSheet fragment) { this.getString(R.string.uninstallFailure), true ); UIUtils.showError(this.requireActivity(), e.getMessage()); + } finally { + this.handleMessages.endMessage(); + requireMainActivity().refreshWithAppSheet(); } - requireMainActivity().refreshWithAppSheet(); }); uninstallThread.start(); })