Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8933a843 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Merge branch '0000-u-fix-npe' into 'main'

fix NPE

See merge request !559
parents 55b0360d 30efa501
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -154,7 +154,7 @@ class UpdatesFragment : TimeoutFragment(R.layout.fragment_updates), ApplicationI
            stopLoadingUI()
            stopLoadingUI()


            binding.recyclerView.postDelayed(
            binding.recyclerView.postDelayed(
                { binding.recyclerView.scrollToPosition(0) },
                { _binding?.recyclerView?.scrollToPosition(0) },
                SCROLL_TO_TOP_DELAY_MILLIS
                SCROLL_TO_TOP_DELAY_MILLIS
            )
            )