No issue: Remove unused InactiveTabState code

upstream-sync
Jonathan Almeida 3 years ago committed by mergify[bot]
parent 207e85e59d
commit f363b145f2

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

Loading…
Cancel
Save