OpenDelta: dont call clearState for AB updates

Change-Id: Ib6ce1175462d80f19023f3d501ce91b1a7cc9bd6
This commit is contained in:
maxwen 2018-10-03 21:31:37 +02:00 committed by Max Weninger
parent 98cf82baef
commit 56982f6813
1 changed files with 0 additions and 2 deletions

View File

@ -1521,10 +1521,8 @@ OnWantUpdateCheckListener, OnSharedPreferenceChangeListener {
}
startABRebootNotification();
updateState(STATE_ACTION_AB_FINISHED, null, null, null, null, null);
clearState();
} else {
updateState(STATE_ERROR_AB_FLASH, null, null, null, null, null);
clearState();
}
}