vlonjat-gashi / progress-activity

Easily add loading, empty and error states in your app.
1.02k stars 171 forks source link

SkipIds is not working #22

Open KeyurKba opened 7 years ago

KeyurKba commented 7 years ago

I have implemented this library in my project, it is very useful library to reduce code and showing good user interface.

It works fine for loading, showing content but when I used skip id in empty content, it is not working, it is taking whole page to show empty content. ` List skipIds = new ArrayList<>();

skipIds.add(R.id.aml_rlUser); loadingLayout.showEmpty(imgResource, title, message,skipIds);`