cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

EmptyView does not appear #399

Closed snakeice closed 8 years ago

snakeice commented 8 years ago

Hi,

I'm using fragments when there are no items to emptyview is empty.

I've tried the pro inflator in two ways:

         recyclerView.setInflater(LayoutInflater.from(view.getContext()));
         recyclerView.setInflater(inflater);

but none worked... : [

I´m using version 0.5.92

snakeice commented 8 years ago

She appears briefly and then disappears*

snakeice commented 8 years ago

I found the problem :]

fullkomnun commented 8 years ago

What was the problem? (having the same issue here)

snakeice commented 8 years ago

Please see #401 that solved my problem, always entered as the variable was never true...

snakeice commented 8 years ago

Try use > compile 'com.github.Snakeice:UltimateRecyclerView:c9adbddc2f'