refs precontrol
This commit is contained in:
parent
c89f7f6113
commit
6b507bf7ae
File diff suppressed because it is too large
Load Diff
|
@ -26,6 +26,7 @@ import es.verdnatura.presentation.view.feature.buffer.fragment.BufferLoadFragmen
|
||||||
import es.verdnatura.presentation.view.feature.buscaritem.fragment.BuscarItemFragment
|
import es.verdnatura.presentation.view.feature.buscaritem.fragment.BuscarItemFragment
|
||||||
import es.verdnatura.presentation.view.feature.claim.fragment.ClaimFragment
|
import es.verdnatura.presentation.view.feature.claim.fragment.ClaimFragment
|
||||||
import es.verdnatura.presentation.view.feature.collection.fragment.CollectionFragment
|
import es.verdnatura.presentation.view.feature.collection.fragment.CollectionFragment
|
||||||
|
import es.verdnatura.presentation.view.feature.collection.fragment.CollectionFragmentPreChecker
|
||||||
import es.verdnatura.presentation.view.feature.collection.fragment.CollectionShowTicketFragment
|
import es.verdnatura.presentation.view.feature.collection.fragment.CollectionShowTicketFragment
|
||||||
import es.verdnatura.presentation.view.feature.controlador.fragment.ControladorFragment
|
import es.verdnatura.presentation.view.feature.controlador.fragment.ControladorFragment
|
||||||
import es.verdnatura.presentation.view.feature.controlador.fragment.WebFragment
|
import es.verdnatura.presentation.view.feature.controlador.fragment.WebFragment
|
||||||
|
@ -733,6 +734,10 @@ class MainActivity : BaseActivity<ActivityMainBinding>(), OnPasillerosItemClickL
|
||||||
"SHOWTICKET" -> {
|
"SHOWTICKET" -> {
|
||||||
addFragmentOnTop(CollectionShowTicketFragment.newInstance(collection, type))
|
addFragmentOnTop(CollectionShowTicketFragment.newInstance(collection, type))
|
||||||
}
|
}
|
||||||
|
//Tarea 4711
|
||||||
|
"PRECHECKER"->{
|
||||||
|
addFragmentOnTop(CollectionFragmentPreChecker.newInstance(collection, type))
|
||||||
|
}
|
||||||
|
|
||||||
else -> {
|
else -> {
|
||||||
addFragmentOnTop(CollectionFragment.newInstance(collection, type))
|
addFragmentOnTop(CollectionFragment.newInstance(collection, type))
|
||||||
|
|
Loading…
Reference in New Issue