-> v1.0.46 (49)
This commit is contained in:
parent
ba00e6e5f4
commit
167c140996
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 {
|
android {
|
||||||
|
|
||||||
def appVersionCode = 48
|
def appVersionCode = 49
|
||||||
def appVersionName = '1.0.45'
|
def appVersionName = '1.0.46'
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
release {
|
||||||
|
|||||||
@ -132,8 +132,8 @@ public class DialogChooseArtsFromListaArts {
|
|||||||
|
|
||||||
mDialog.setOnDismissListener(dialog -> {
|
mDialog.setOnDismissListener(dialog -> {
|
||||||
BarcodeManager.removeCallback(barcodeIstanceID);
|
BarcodeManager.removeCallback(barcodeIstanceID);
|
||||||
if(prevBarcodeStatus) BarcodeManager.enable();
|
// if(prevBarcodeStatus) BarcodeManager.enable();
|
||||||
else BarcodeManager.disable();
|
// else BarcodeManager.disable();
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user