Loading app/src/main/java/org/mozilla/fenix/library/history/HistoryFragment.kt +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ class HistoryFragment : LibraryPageFragment<HistoryItem>(), UserInteractionHandl historyView.update(it) } viewModel.history.observe(this, Observer { viewModel.history.observe(viewLifecycleOwner, Observer { historyView.historyAdapter.submitList(it) }) } Loading app/src/main/java/org/mozilla/fenix/settings/sitepermissions/SitePermissionsExceptionsFragment.kt +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ class SitePermissionsExceptionsFragment : val adapter = ExceptionsAdapter(this) val liveData = LivePagedListBuilder(sitePermissionsPaged, MAX_ITEMS_PER_PAGE).build() liveData.observe(this, Observer<PagedList<SitePermissions>> { liveData.observe(viewLifecycleOwner, Observer<PagedList<SitePermissions>> { if (it.isEmpty()) { showEmptyListMessage() } else { Loading buildSrc/src/main/java/Dependencies.kt +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ object Versions { const val androidx_work = "2.2.0" const val google_material = "1.1.0" const val mozilla_android_components = "31.0.0-SNAPSHOT" const val mozilla_android_components = "32.0.0-SNAPSHOT" // Note that android-components also depends on application-services, // and in fact is our main source of appservices-related functionality. // The version number below tracks the application-services version Loading Loading
app/src/main/java/org/mozilla/fenix/library/history/HistoryFragment.kt +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ class HistoryFragment : LibraryPageFragment<HistoryItem>(), UserInteractionHandl historyView.update(it) } viewModel.history.observe(this, Observer { viewModel.history.observe(viewLifecycleOwner, Observer { historyView.historyAdapter.submitList(it) }) } Loading
app/src/main/java/org/mozilla/fenix/settings/sitepermissions/SitePermissionsExceptionsFragment.kt +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ class SitePermissionsExceptionsFragment : val adapter = ExceptionsAdapter(this) val liveData = LivePagedListBuilder(sitePermissionsPaged, MAX_ITEMS_PER_PAGE).build() liveData.observe(this, Observer<PagedList<SitePermissions>> { liveData.observe(viewLifecycleOwner, Observer<PagedList<SitePermissions>> { if (it.isEmpty()) { showEmptyListMessage() } else { Loading
buildSrc/src/main/java/Dependencies.kt +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ object Versions { const val androidx_work = "2.2.0" const val google_material = "1.1.0" const val mozilla_android_components = "31.0.0-SNAPSHOT" const val mozilla_android_components = "32.0.0-SNAPSHOT" // Note that android-components also depends on application-services, // and in fact is our main source of appservices-related functionality. // The version number below tracks the application-services version Loading