Skip to content

Commit

Permalink
Also enable layout animations for the fsk selector
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Apr 6, 2018
1 parent 7eb98cc commit cf4408e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class MediaListSearchBottomSheet private constructor(
fragment.languageSelector.findViewById<ViewGroup>(R.id.items).enableLayoutAnimationsSafely()
fragment.genreSelector.findViewById<ViewGroup>(R.id.items).enableLayoutAnimationsSafely()
fragment.excludedGenreSelector.findViewById<ViewGroup>(R.id.items).enableLayoutAnimationsSafely()
fragment.fskSelector.findViewById<ViewGroup>(R.id.items).enableLayoutAnimationsSafely()
fragment.tagSelector.findViewById<ViewGroup>(R.id.items).enableLayoutAnimationsSafely()
fragment.excludedTagSelector.findViewById<ViewGroup>(R.id.items).enableLayoutAnimationsSafely()

Expand Down

0 comments on commit cf4408e

Please sign in to comment.