Updated on 2026-08-14
This commit is contained in:
parent
bb1f7b4c97
commit
a5598d3909
3 changed files with 26 additions and 7 deletions
|
|
@ -58,6 +58,9 @@ class DisclaimerFragment : Fragment(R.layout.fragment_disclaimer),
|
|||
override fun newState(state: DisclaimerState) {
|
||||
if (activity == null) return
|
||||
|
||||
if (state.accepted) btn_accept.hide()
|
||||
if (state.accepted) {
|
||||
half_transparent_overlay.hide()
|
||||
btn_accept.hide()
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue