Move all Pair usage to kotlin.Pair

This commit is contained in:
Greyson Parrelli
2025-11-10 12:03:18 -05:00
parent 66f136903f
commit 2147ad29fa
20 changed files with 72 additions and 72 deletions

View File

@@ -1,7 +1,7 @@
package org.thoughtcrime.securesms.crypto;
import android.util.Pair;
import kotlin.Pair;
import androidx.annotation.NonNull;