No issue: Remove unused InactiveTabState code

This commit is contained in:
Jonathan Almeida 2021-11-01 15:46:51 -04:00 committed by mergify[bot]
parent 207e85e59d
commit f363b145f2

View File

@ -15,12 +15,3 @@ class DefaultInactiveTabsInteractor(
controller.updateCardExpansion(activated)
}
}
/**
* An experimental state holder for [InactiveTabsAdapter] that lives at the application lifetime.
*
* TODO This should be replaced with the AppStore.
*/
object InactiveTabsState {
var isExpanded = false
}