Skip to content

Commit

Permalink
chore: conflict update
Browse files Browse the repository at this point in the history
  • Loading branch information
detherminal committed Sep 14, 2024
1 parent dfb2f66 commit af45b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/m2049r/xmrwallet/LoginFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ public void animateFAB() {
fabScreen.setVisibility(View.VISIBLE);;
fabScreen.startAnimation(fab_open_screen);
fab.startAnimation(rotate_forward);
fab.setContentDescription(getString(R.string.fab_close));
if ((activityCallback.hasDevice(Wallet.Device.Ledger)
|| activityCallback.hasDevice(Wallet.Device.Sidekick))) {
fabNewL.setVisibility(View.GONE);
Expand Down

0 comments on commit af45b09

Please sign in to comment.