Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2019-07-05 16:35:53 +02:00
parent 48a011bbdb
commit de219a28f7

View File

@ -886,6 +886,7 @@ public class CallController extends BaseController {
@Override
public void onDestroy() {
onHangupClick();
powerManagerUtils.updatePhoneState(PowerManagerUtils.PhoneState.IDLE);
super.onDestroy();
}