Fix su BarcodeManager
This commit is contained in:
@@ -98,7 +98,9 @@ public class MainActivity extends AppCompatActivity
|
||||
if (count == 0) {
|
||||
super.onBackPressed();
|
||||
} else {
|
||||
pop();
|
||||
//pop();
|
||||
getSupportFragmentManager().popBackStack();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,6 +61,8 @@ public class VersamentoMerceViewModel {
|
||||
mBinding = binding;
|
||||
mHelper = helper;
|
||||
mOnVersamentoCompleted = onVersamentoCompleted;
|
||||
|
||||
BarcodeManager.enable();
|
||||
}
|
||||
|
||||
public void openLU() {
|
||||
|
||||
Reference in New Issue
Block a user