Skip to content

Commit

Permalink
SwipeBack fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHalvdansson committed Sep 21, 2023
1 parent 837b2ed commit b0a386b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ public void onSwitchView(boolean isAtWebView) {
return;
}

if (!isAtWebView) {
if (isAtWebView) {
swipeBackLayout.setActive(false);
} else {
swipeBackLayout.setActive(!disableSwipeAtComments);
}
}
Expand Down

0 comments on commit b0a386b

Please sign in to comment.