question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

EmptyView does not appear

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
fullkomnuncommented, Jul 25, 2016

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

0reactions
snakeicecommented, Jul 25, 2016

Try use > compile ‘com.github.Snakeice:UltimateRecyclerView:c9adbddc2f’

Read more comments on GitHub >

github_iconTop Results From Across the Web

EmptyView is not showing in iOS 15, Xcode 13 - Stack Overflow
Your code would be never working! even with iOS 13.0 or 14.0 it is impossible! EmptyView means nothing for SwiftUI! It is like...
Read more >
Empty view not showing .net maui - Microsoft Q&A
I have a collection for achievements but the list starts off empty, so I wanted to add an emptyview, but for some reason...
Read more >
Empty View not showing · Issue #10146 · dotnet/maui - GitHub
My empty view is not showing on android, but it is on windows. Is there a way to make it visible on both?...
Read more >
EmptyView | Apple Developer Documentation
A view that doesn't contain any content. ... You will rarely, if ever, need to create an EmptyView directly. Instead, EmptyView represents the...
Read more >
How to use programmatic navigation in SwiftUI
We can use SwiftUI to programmatically push a new view onto a ... You'll probably want to use EmptyView to show nothing at...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found