mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Removed unappropriate code
This commit is contained in:
parent
ccba6d4779
commit
95c9bf97f6
1 changed files with 0 additions and 7 deletions
|
|
@ -428,13 +428,6 @@ public class StatusFragment extends Fragment {
|
|||
zrtpToRead = token.substring(2);
|
||||
}
|
||||
|
||||
// Obiane specific dev : display sas notif only if screen locked
|
||||
KeyguardManager myKM = (KeyguardManager) getActivity().getSystemService(Context.KEYGUARD_SERVICE);
|
||||
if (myKM.inKeyguardRestrictedInputMode()) {
|
||||
//Screen is locked
|
||||
LinphoneService.instance().displaySasNotification(call.getAuthenticationToken());
|
||||
}
|
||||
|
||||
TextView localSas = ZRTPdialog.findViewById(R.id.zrtp_sas_local);
|
||||
localSas.setText(zrtpToRead.toUpperCase());
|
||||
TextView remoteSas = ZRTPdialog.findViewById(R.id.zrtp_sas_remote);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue