Skip to content

Commit

Permalink
Closes #974, Closes #1011, androidx library changes meant that this i…
Browse files Browse the repository at this point in the history
…s now required
  • Loading branch information
Adamantcheese committed Jul 27, 2020
1 parent 2556607 commit 0bf4c59
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ public boolean canChildScrollUp() {
}
};
swipeRefreshLayout.addView(threadLayout);
// allows the recycler to have inertia and the drawer to be opened without the recycler taking the event away from
// the drawer slide-to-open event
swipeRefreshLayout.setLegacyRequestDisallowInterceptTouchEventEnabled(true);

swipeRefreshLayout.setOnRefreshListener(this);

Expand Down

0 comments on commit 0bf4c59

Please sign in to comment.