Skip to content

Commit

Permalink
Removed Empty Line & Revert supress annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Jun 20, 2024
1 parent e9e06d9 commit c191383
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ protected void onDestroy() {

mDispatcher.unregister(this);
super.onDestroy();
mBinding = null;
}

@Override
Expand Down Expand Up @@ -788,7 +787,6 @@ private void showPluginRemoveFailedSnackbar() {
.show();
}


private void showDomainCreditsCheckProgressDialog() {
if (mCheckingDomainCreditsProgressDialog == null) {
mCheckingDomainCreditsProgressDialog = new ProgressDialog(this);
Expand Down Expand Up @@ -1365,7 +1363,7 @@ public void onAutomatedTransferInitiated(OnAutomatedTransferInitiated event) {
* Unfortunately we can't close the progress dialog until both the site and its plugins are fetched. Check out
* `onSiteChanged` for the next step.
*/
@SuppressWarnings("unused") // Progress Dialog Deprecation on API 26
@SuppressWarnings("unused")
@Subscribe(threadMode = ThreadMode.MAIN)
public void onAutomatedTransferStatusChecked(OnAutomatedTransferStatusChecked event) {
if (isFinishing()) {
Expand Down

0 comments on commit c191383

Please sign in to comment.