Updated on 2026-08-14

This commit is contained in:
Tangem 2022-03-02 15:52:54 +03:00
parent b5bbf6e8d9
commit c80b2b0e73
3 changed files with 36 additions and 27 deletions

View file

@ -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)