Migrate identity verification activity to fragment.

This commit is contained in:
Alex Hart
2021-12-13 16:54:19 -04:00
committed by Cody Henthorne
parent b94624fd5a
commit 20d2c43356
15 changed files with 859 additions and 789 deletions

View File

@@ -6,7 +6,7 @@ import android.view.View;
import androidx.annotation.NonNull;
import org.thoughtcrime.securesms.VerifyIdentityActivity;
import org.thoughtcrime.securesms.verify.VerifyIdentityActivity;
import org.thoughtcrime.securesms.database.documents.IdentityKeyMismatch;
import org.thoughtcrime.securesms.recipients.RecipientId;
import org.whispersystems.libsignal.IdentityKey;