Skip to content

Commit

Permalink
Remove duplicate receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
danesfeder committed Jan 10, 2018
1 parent cfe384c commit 35adb03
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ class MapboxNavigationNotification implements NavigationNotification {
private String instructionText;
private int currentManeuverId;
private int distanceUnitType;
private BroadcastReceiver endNavigationBtnReceiver = new BroadcastReceiver() {
@Override
public void onReceive(final Context context, final Intent intent) {
MapboxNavigationNotification.this.onEndNavigationBtnClick();
}
};

private BroadcastReceiver endNavigationBtnReceiver = new BroadcastReceiver() {
@Override
Expand Down

0 comments on commit 35adb03

Please sign in to comment.