wallet updateStatus only when added (#95)

merge-requests/3/head
m2049r 7 years ago committed by GitHub
parent f16afdbb19
commit f282f01edd

@ -186,6 +186,7 @@ public class WalletFragment extends Fragment implements TransactionInfoAdapter.O
private String walletTitle = null;
private void updateStatus(Wallet wallet) {
if (!isAdded()) return;
Log.d(TAG, "updateStatus()");
if (walletTitle == null) {
walletTitle = setActivityTitle(wallet);

Loading…
Cancel
Save