Finish v1.28.7(301)
This commit is contained in:
commit
e23beddf65
@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 300
|
||||
def appVersionName = '1.28.6'
|
||||
def appVersionCode = 301
|
||||
def appVersionName = '1.28.7'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -276,7 +276,7 @@ public class ProdDettaglioLineaActivity extends BaseActivity implements ProdDett
|
||||
getSupportFragmentManager()
|
||||
.beginTransaction()
|
||||
.add(R.id.frame_layout_container,
|
||||
ProdRecuperoMaterialeFragment.newInstance(mViewModel.lineaProd.getValue().getCodJfas(), DATA_KEY_FRAGMENT_LISTENER))
|
||||
ProdRecuperoMaterialeFragment.newInstance(null, DATA_KEY_FRAGMENT_LISTENER))
|
||||
.addToBackStack("ProdRecuperoMaterialeFragment")
|
||||
.commit();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user