Bug 1876332 - Refactoring out Translations Controller and Interactor
commitd62202ac6143dcd63c9c55833c70bee973ba8e2d
authorohall-m <ohall@mozilla.com>
Wed, 24 Jan 2024 18:02:23 +0000 (24 13:02 -0500)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 25 Jan 2024 15:16:03 +0000 (25 15:16 +0000)
treed460027cce72e86260d5f1512d0c5cb6b8362aa6
parent145a78193d4ca912e1c1c1e10f490467bd82f888
Bug 1876332 - Refactoring out Translations Controller and Interactor

This patch refactors out the translations controller and interactor to
transition fully to a redux pattern.

Leaving the translations use cases for reference browser usage.
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/translations/TranslationsController.kt [deleted file]
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/translations/TranslationsDialogFragment.kt
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/translations/TranslationsInteractor.kt [deleted file]
mobile/android/fenix/app/src/test/java/org/mozilla/fenix/components/translations/TranslationsControllerTest.kt [deleted file]
mobile/android/fenix/app/src/test/java/org/mozilla/fenix/components/translations/TranslationsInteractorTest.kt [deleted file]