Finish v1.45.04(486)
This commit is contained in:
commit
afcaa82069
@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
||||||
def appVersionCode = 485
|
def appVersionCode = 486
|
||||||
def appVersionName = '1.45.03'
|
def appVersionName = '1.45.04'
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
release {
|
||||||
|
|||||||
@ -141,13 +141,6 @@ public class VerificaGiacenzeFragment extends BaseFragment implements ITitledFra
|
|||||||
|
|
||||||
this.initRecyclerView();
|
this.initRecyclerView();
|
||||||
this.initBarcodeReader();
|
this.initBarcodeReader();
|
||||||
|
|
||||||
|
|
||||||
this.onLoadingStarted();
|
|
||||||
executorService.execute(() -> {
|
|
||||||
mViewModel.randomizeElements(2000);
|
|
||||||
this.onLoadingEnded();
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user