Skip to content

Commit

Permalink
[Android] Remove @OverRide annotation to support RN 0.53-0.55 on deto…
Browse files Browse the repository at this point in the history
…x 9.0 (#922)

* remove @OverRide annotation on onBridgeDestroyed as it is not introduced until react-native 0.56 and breaks previous react-native versions

* Empty commit to trigger CI

* Another dummy commit to trigger jenkins

* Another empty commit to trigger jenkins
  • Loading branch information
James Watling authored and rotemmiz committed Sep 5, 2018
1 parent 1eef4fa commit 3e82a3b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ public void onTransitionToBridgeBusy() {
// Log.i(LOG_TAG, "JS Bridge transitions to busy.");
}

@Override
public void onBridgeDestroyed() {

}
}

0 comments on commit 3e82a3b

Please sign in to comment.