Merge branch 'feature/RefactoringGestioneColli' into master-beta
This commit is contained in:
@@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 501
|
||||
def appVersionName = '1.46.13'
|
||||
def appVersionCode = 502
|
||||
def appVersionName = '1.46.14'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@@ -339,4 +339,10 @@ public class ProdRecuperoMaterialeFragment extends BaseFragment implements ITitl
|
||||
mBinding.swiperefresh.setRefreshing(false);
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onError(Exception ex) {
|
||||
super.onError(ex);
|
||||
onDataRefreshEnded();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user