Skip to content

Commit

Permalink
fixed a crash bug
Browse files Browse the repository at this point in the history
  • Loading branch information
legendsayantan committed Sep 12, 2022
1 parent 146f45b commit b60d89e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified app/release/app-release.apk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ public void onAnimationEnd(Animator animation) {
if(hCard.getStrokeWidth()!=0)new CustomSnackbar(hCard,"Toggle Screen Dim to apply changes.", DimActivity.this,0);
runOpenAnimation(null);
});
if(menu.isOpen())menu.close(true);
}
});
});
Expand Down

0 comments on commit b60d89e

Please sign in to comment.