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…
Reference in a new issue