]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/ui/new_transaction/NewTransactionModel.java
do not reset the new transaction model in the constructor
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / new_transaction / NewTransactionModel.java
index 35bb3c82889c700efbc6e62e2bf91c7110157778..8b96f365fca9ce415d79ff0b1f8a86ba6f478c7e 100644 (file)
@@ -80,7 +80,6 @@ public class NewTransactionModel extends ViewModel {
     private final MutableLiveData<FocusInfo> focusInfo = new MutableLiveData<>();
     private boolean observingDataProfile;
     public NewTransactionModel() {
-        reset();
     }
     public LiveData<Boolean> getShowCurrency() {
         return showCurrency;