mirror of
https://github.com/moparisthebest/Conversations
synced 2024-12-25 17:08:47 -05:00
fixed rare npe in verify otr fingerprint dialog
This commit is contained in:
parent
121fb58d5e
commit
c86f96e856
@ -805,10 +805,12 @@ public class ConversationFragment extends Fragment {
|
||||
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
AlertDialog dialog = UIHelper.getVerifyFingerprintDialog(
|
||||
(ConversationActivity) getActivity(), conversation,
|
||||
fingerprintWarning);
|
||||
dialog.show();
|
||||
if (conversation.getOtrFingerprint() != null) {
|
||||
AlertDialog dialog = UIHelper.getVerifyFingerprintDialog(
|
||||
(ConversationActivity) getActivity(), conversation,
|
||||
fingerprintWarning);
|
||||
dialog.show();
|
||||
}
|
||||
}
|
||||
});
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user