Skip to content

Commit ba9e05a

Browse files
committed
Remove left over code in hellosdl
1 parent d82ddd8 commit ba9e05a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

android/hello_sdl_android/src/main/java/com/sdl/hellosdlandroid/SdlReceiver.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ public void onReceive(Context context, Intent intent) {
4141
String action = intent.getAction();
4242
if (action != null){
4343
if(action.equalsIgnoreCase(TransportConstants.START_ROUTER_SERVICE_ACTION)) {
44-
if (intent.getBooleanExtra(RECONNECT_LANG_CHANGE, false)) {
45-
onSdlEnabled(context, intent);
46-
}
44+
onSdlEnabled(context, intent);
4745
}
4846
}
4947
}

0 commit comments

Comments
 (0)