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