sec commit
This commit is contained in:
parent
a885d05b62
commit
1b4a56c29f
@ -45,17 +45,10 @@ public class MainViewModel extends ViewModel {
|
|||||||
|
|
||||||
public SingleLiveEvent<PayDetail> payDetailSingle = new SingleLiveEvent<>();
|
public SingleLiveEvent<PayDetail> payDetailSingle = new SingleLiveEvent<>();
|
||||||
|
|
||||||
public MutableLiveData<Integer> ecrMenu = new MutableLiveData<>(8);
|
|
||||||
|
|
||||||
public boolean settingBtn = false;
|
|
||||||
|
|
||||||
public boolean logoutBtn = false;
|
|
||||||
|
|
||||||
private boolean isSecondCall = false;
|
private boolean isSecondCall = false;
|
||||||
|
|
||||||
private static final String REVERSAL = "REVERSAL";
|
private static final String REVERSAL = "REVERSAL";
|
||||||
|
|
||||||
public SingleLiveEvent<String> _accountNo = new SingleLiveEvent<>();
|
|
||||||
|
|
||||||
public SingleLiveEvent<ECRConnectionStatus> ecrConnectionStatus = new SingleLiveEvent<>();
|
public SingleLiveEvent<ECRConnectionStatus> ecrConnectionStatus = new SingleLiveEvent<>();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user