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

Commit 30efa501 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

fix NPE

parent fd0a9a50
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ class UpdatesFragment : TimeoutFragment(R.layout.fragment_updates), ApplicationI
            stopLoadingUI()

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