Finish v1.45.04(486)

This commit is contained in:
Giuseppe Scorrano 2025-03-19 18:22:08 +01:00
commit afcaa82069
2 changed files with 2 additions and 9 deletions

View File

@ -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 {

View File

@ -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();
});
}); });
} }