Updated on 2026-08-14
This commit is contained in:
parent
b5bbf6e8d9
commit
c80b2b0e73
3 changed files with 36 additions and 27 deletions
|
|
@ -230,7 +230,7 @@ class SendStateSubscriber(fragment: BaseStoreFragment) :
|
|||
}
|
||||
|
||||
private fun handleFeeState(fg: SendFragment, state: FeeState) = with(fg.binding.clNetworkFee) {
|
||||
chipGroup.fitChipsByGroupWidth()
|
||||
// chipGroup.fitChipsByGroupWidth()
|
||||
fg.view?.findViewById<ViewGroup>(R.id.clNetworkFee)?.show(state.mainLayoutIsVisible)
|
||||
flExpandCollapse.imvExpandCollapse.rotation = if (state.controlsLayoutIsVisible) 0f else 180f
|
||||
llFeeControlsContainer.show(state.controlsLayoutIsVisible)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue