Skip to content

Commit

Permalink
Closes #852
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantcheese committed May 15, 2020
1 parent e5c629e commit 7e6ba49
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ protected void onConfigurationChanged(Configuration newConfig) {
@Override
public boolean onInterceptTouchEvent(MotionEvent event) {
if (!swipeEnabled || tracking || navigationController.isBlockingInput() || (
navigationController.getTop().navigation != null && !navigationController.getTop().navigation.swipeable)
|| getBelowTop() == null) {
navigationController.getTop() != null && navigationController.getTop().navigation != null
&& !navigationController.getTop().navigation.swipeable) || getBelowTop() == null) {
return false;
}

Expand Down

0 comments on commit 7e6ba49

Please sign in to comment.