fix proximity sensor issue while rotating screen
This commit is contained in:
parent
cb7bb1bbf3
commit
50680555af
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ public class DialerActivity extends Activity implements LinphoneCoreListener {
|
||||||
mDisplayNameView.setText(lLinphoneCore.getRemoteAddress().getUserName());
|
mDisplayNameView.setText(lLinphoneCore.getRemoteAddress().getUserName());
|
||||||
}
|
}
|
||||||
configureMuteAndSpeakerButtons();
|
configureMuteAndSpeakerButtons();
|
||||||
|
LinphoneActivity.instance().startProxymitySensor();
|
||||||
mWakeLock.acquire();
|
mWakeLock.acquire();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue