Updated on 2026-08-14
This commit is contained in:
parent
b840d3c5eb
commit
85264eaebc
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ class HomeFragment : Fragment(R.layout.fragment_home), StoreSubscriber<HomeState
|
|||
|
||||
override fun newState(state: HomeState) {
|
||||
if (activity == null) return
|
||||
requireContext().cacheDir
|
||||
if (state.firstLaunch) {
|
||||
tv_home_description.text = getText(R.string.home_do_you_have_card)
|
||||
btn_shop.text = getText(R.string.home_button_no_card)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue