Bug 1861459 - Add a binding from BrowserStore to AppStore for selected tab changes
commit193daedddcb6596386f65175692363db3c224942
authorMatthew Tighe <matthewdtighe@gmail.com>
Wed, 20 Dec 2023 00:13:10 +0000 (19 16:13 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 9 Jan 2024 20:32:57 +0000 (9 20:32 +0000)
tree2f5d145c8334df1ab0d7ce1a530f194fe5ccdac9
parent968a5d17209db39ab3ca13a1c98d4e1a70e2d736
Bug 1861459 - Add a binding from BrowserStore to AppStore for selected tab changes
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/bindings/BrowserStoreBinding.kt [new file with mode: 0644]
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/appstate/AppAction.kt
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/appstate/AppState.kt
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/appstate/AppStoreReducer.kt
mobile/android/fenix/app/src/test/java/org/mozilla/fenix/bindings/BrowserStoreBindingTest.kt [new file with mode: 0644]