1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/share
Mugurell 16eba61b25 For #4007 - ShareFragment will set the contained Views' state
ShareFragment which acts as a container would contain all business logic needed
for populating it's Views.
Data initialization should be done only once since the app state has no reason
to change after the ShareFragment is created and is done as soon as possible,
in onAttach().
Because of the expected short lifespan of this fragment, given the fact that
the state has no reason to change and we handle orientation changes ourselves
to keep things simple I didn't use a ViewModel to persist the state.
2019-08-29 18:12:50 -07:00
..
listadapters For #4007 - Refactor AppShareView in standalone Share Views 2019-08-29 18:12:50 -07:00
viewholders For #4007 - Refactor AppShareView in standalone Share Views 2019-08-29 18:12:50 -07:00
ShareCloseView.kt For #4007 - Refactor AppShareView in standalone Share Views 2019-08-29 18:12:50 -07:00
ShareFragment.kt For #4007 - ShareFragment will set the contained Views' state 2019-08-29 18:12:50 -07:00
ShareInteractor.kt For #4007 - ShareFragment will set the contained Views' state 2019-08-29 18:12:50 -07:00
ShareToAccountDevicesView.kt For #4007 - ShareFragment will set the contained Views' state 2019-08-29 18:12:50 -07:00
ShareToAppsView.kt For #4007 - ShareFragment will set the contained Views' state 2019-08-29 18:12:50 -07:00