OpenDelta: dont call clearState for AB updates
Change-Id: Ib6ce1175462d80f19023f3d501ce91b1a7cc9bd6
This commit is contained in:
parent
98cf82baef
commit
56982f6813
|
@ -1521,10 +1521,8 @@ OnWantUpdateCheckListener, OnSharedPreferenceChangeListener {
|
||||||
}
|
}
|
||||||
startABRebootNotification();
|
startABRebootNotification();
|
||||||
updateState(STATE_ACTION_AB_FINISHED, null, null, null, null, null);
|
updateState(STATE_ACTION_AB_FINISHED, null, null, null, null, null);
|
||||||
clearState();
|
|
||||||
} else {
|
} else {
|
||||||
updateState(STATE_ERROR_AB_FLASH, null, null, null, null, null);
|
updateState(STATE_ERROR_AB_FLASH, null, null, null, null, null);
|
||||||
clearState();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue