daimajia / AndroidSwipeLayout

The Most Powerful Swipe Layout!
MIT License
12.38k stars 2.67k forks source link

Problem when try to refresh RecyclerView inside LeftTab in SwipeLayout #406

Open FelipeRsN opened 7 years ago

FelipeRsN commented 7 years ago

Hello, I'm using SwipeLayout in my application to display a notification tab as a DrawerLayout. As the native drawerLayout can not solve my problem I used the SwipeLayout instead of the drawer, and they work very well. But when I use the .setAdapter or the .notifyDataSetChanged in my RecyclerView, the LeftTab closes without any error messages. If I reopen the Recycler it was updated normally ...

screenshot_20170116-135225

screenshot_20170116-135218

When i push to refresh the recyclerview, the LeftTab closes but work normally when i push the left tab again.