Skip to content

Commit

Permalink
Fixed: Uninstall message never disappearing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiefkuehlpizze committed Sep 29, 2020
1 parent a924721 commit eafad3b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
})
Expand Down

0 comments on commit eafad3b

Please sign in to comment.