|
|
|
@ -16,13 +16,13 @@
|
|
|
|
|
*/
|
|
|
|
|
package org.thoughtcrime.securesms;
|
|
|
|
|
|
|
|
|
|
import org.thoughtcrime.securesms.crypto.IdentityKey;
|
|
|
|
|
|
|
|
|
|
import android.os.Bundle;
|
|
|
|
|
import android.view.View;
|
|
|
|
|
import android.widget.Button;
|
|
|
|
|
import android.widget.TextView;
|
|
|
|
|
|
|
|
|
|
import org.thoughtcrime.securesms.crypto.IdentityKey;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Activity for displaying an identity key.
|
|
|
|
|
*
|
|
|
|
@ -67,8 +67,7 @@ public class ViewIdentityActivity extends KeyScanningActivity {
|
|
|
|
|
|
|
|
|
|
private class CompareListener implements View.OnClickListener {
|
|
|
|
|
public void onClick(View v) {
|
|
|
|
|
registerForContextMenu(compareButton);
|
|
|
|
|
compareButton.showContextMenu();
|
|
|
|
|
initiateDisplay();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|