Updated on 2026-08-14
This commit is contained in:
parent
238af24a36
commit
8b0dce5bcd
1 changed files with 0 additions and 9 deletions
|
|
@ -39,15 +39,6 @@ class HomeFragment : Fragment(R.layout.fragment_home), StoreSubscriber<HomeState
|
|||
StoriesScreen(
|
||||
homeState,
|
||||
onScanButtonClick = {
|
||||
// store.dispatch(HomeAction.ChangeScanCardButtonState(IndeterminateProgressButton(ButtonState.PROGRESS)))
|
||||
// newState(HomeState(
|
||||
// store.state.homeState.shouldScanCardOnResume,
|
||||
// IndeterminateProgressButton(ButtonState.PROGRESS)
|
||||
// ))
|
||||
// homeState.value = HomeState(
|
||||
// store.state.homeState.shouldScanCardOnResume,
|
||||
// IndeterminateProgressButton(ButtonState.PROGRESS)
|
||||
// )
|
||||
store.dispatch(HomeAction.ReadCard)
|
||||
},
|
||||
onShopButtonClick = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue