Commit f0af6d6f authored by Sebastian Kaspari's avatar Sebastian Kaspari
Browse files

Update Mozilla Android Components to 32.0.0-SNAPSHOT.

parent a9d06a0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
        })
    }
+1 −1
Original line number Diff line number Diff line
@@ -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 {
+1 −1
Original line number Diff line number Diff line
@@ -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