mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-05-07 05:53:07 +00:00
Fix no more disabling proximity sensor on rotation during a call
This commit is contained in:
parent
07c67f3fec
commit
67771ecf02
1 changed files with 0 additions and 3 deletions
|
|
@ -1262,9 +1262,6 @@ public class CallActivity extends LinphoneGenericActivity implements OnClickList
|
|||
mControlsHandler.removeCallbacks(mControls);
|
||||
}
|
||||
mControls = null;
|
||||
// Workaround for proximity sensor bug on Samsung devices
|
||||
if (lc.getCurrentCall() != null && lc.getCurrentCall().getState() != State.StreamsRunning)
|
||||
enableProximitySensing(false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue