Skip to content

Commit

Permalink
Uplift of #18012 (squashed) to release
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-builds committed Apr 14, 2023
1 parent 9a9b3b9 commit f129b3f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1057,9 +1057,9 @@ public void onGetUserType(int userType) {

@Override
public void onBalance(boolean success) {
mWalletBalanceLayout.setAlpha(1.0f);
mWalletBalanceProgress.setVisibility(View.GONE);
if (success) {
mWalletBalanceLayout.setAlpha(1.0f);
mWalletBalanceProgress.setVisibility(View.GONE);
if (mBraveRewardsNativeWorker != null) {
BraveRewardsBalance walletBalanceObject =
mBraveRewardsNativeWorker.GetWalletBalance();
Expand Down

0 comments on commit f129b3f

Please sign in to comment.