Updated on 2026-08-14
This commit is contained in:
parent
6a69b80ae8
commit
1a1109d1d8
2 changed files with 2 additions and 3 deletions
|
|
@ -23,12 +23,11 @@ import com.tangem.tangemtest.ucase.tunnel.CardError
|
|||
import com.tangem.tangemtest.ucase.ui.widgets.ParameterWidget
|
||||
import ru.dev.gbixahue.eu4d.lib.android._android.views.enable
|
||||
import ru.dev.gbixahue.eu4d.lib.android.global.log.Log
|
||||
import ru.dev.gbixahue.eu4d.lib.kotlin.common.LayoutHolder
|
||||
|
||||
/**
|
||||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
abstract class BaseCardActionFragment : BaseFragment(), LayoutHolder, ActionView {
|
||||
abstract class BaseCardActionFragment : BaseFragment(), ActionView {
|
||||
|
||||
protected val itemContainer: ViewGroup
|
||||
get() = mainView.findViewById(R.id.ll_container)
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ import ru.dev.gbixahue.eu4d.lib.android.global.log.Log
|
|||
/**
|
||||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
class PersonalizeFragment : BaseCardActionFragment(), ActionView {
|
||||
class PersonalizeFragment : BaseCardActionFragment() {
|
||||
|
||||
override fun getLayoutId(): Int = R.layout.fg_personalize
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue