code tyle
This commit is contained in:
@@ -1407,10 +1407,6 @@ public class EntranceFragment extends MvpFragment<EntranceView, EntrancePresente
|
||||
|
||||
@Override
|
||||
public void onStateChanged(int state, String reason) {
|
||||
if(state == IMogoAdasOCHCallback.STATUS_AUTOPILOT_RUNNING){
|
||||
ctvAutopilotStatus.setChecked(true);
|
||||
}else{
|
||||
ctvAutopilotStatus.setChecked(false);
|
||||
}
|
||||
ctvAutopilotStatus.setChecked(state == IMogoAdasOCHCallback.STATUS_AUTOPILOT_RUNNING);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user