wallet updateStatus only when added (#95)

This commit is contained in:
m2049r 2017-10-03 19:04:45 +02:00 committed by GitHub
parent f16afdbb19
commit f282f01edd
1 changed files with 1 additions and 0 deletions

View File

@ -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);