Skip to content
Commit c6421200 authored by Gabriele M's avatar Gabriele M Committed by Danny Baumann
Browse files

Jelly: Never hide history view

If we hide the view with setVisibility(), we don't let animations
finish and never free the views. If the list has no entries, it's
not visible to the user, so just omit the call to setVisibility().
Note that this change allows RecyclerView.getChildAt(0) to return
null, so add the needed null pointer check.

Change-Id: Ieb0520122de1b4e51f72c4d4e5392947d1186caf
parent ea83c6ce
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment