Skip to content

Commit 19b90ff

Browse files
committed
fix(coin-activation): fetch balance after coin activation
1 parent 0bb19e5 commit 19b90ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/bloc/coins_bloc/coins_bloc.dart

+2
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ class CoinsBloc extends Bloc<CoinsEvent, CoinsState> {
244244
.copyWith(walletCoins: {...state.walletCoins, coin.abbr: coin}),
245245
);
246246
}
247+
248+
add(CoinsBalancesRefreshed());
247249
}
248250

249251
Future<void> _onCoinsDeactivated(

0 commit comments

Comments
 (0)