Finish Hotfix-BarcodeManager_v1_0_46(49)
This commit is contained in:
commit
4c952b5f4e
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
@ -17,8 +17,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 48
|
||||
def appVersionName = '1.0.45'
|
||||
def appVersionCode = 49
|
||||
def appVersionName = '1.0.46'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -132,8 +132,8 @@ public class DialogChooseArtsFromListaArts {
|
||||
|
||||
mDialog.setOnDismissListener(dialog -> {
|
||||
BarcodeManager.removeCallback(barcodeIstanceID);
|
||||
if(prevBarcodeStatus) BarcodeManager.enable();
|
||||
else BarcodeManager.disable();
|
||||
// if(prevBarcodeStatus) BarcodeManager.enable();
|
||||
// else BarcodeManager.disable();
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user