Skip to content

Commit

Permalink
#79 App crash when setting androiddelay to -1 - reduced a bit of comp…
Browse files Browse the repository at this point in the history
…lexity
  • Loading branch information
EddyVerbruggen committed Nov 1, 2015
1 parent dcd31f2 commit 543efa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/android/NativePageTransitions.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public class NativePageTransitions extends CordovaPlugin {
private CallbackContext _callbackContext;
private String _action;
// this plugin listens to page changes, so only kick in a transition when it was actually requested by the JS bridge
// TODO remove this bool as we no longer rely on it due to xwalk and delay=-1 complexities
private boolean calledFromJS;
private FrameLayout layout;
private static final boolean BEFORE_KITKAT = Build.VERSION.SDK_INT < 19;
Expand Down

0 comments on commit 543efa6

Please sign in to comment.