mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Migrate identity verification activity to fragment.
This commit is contained in:
committed by
Cody Henthorne
parent
b94624fd5a
commit
20d2c43356
@@ -1,5 +1,7 @@
|
||||
package org.thoughtcrime.securesms.qr;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
|
||||
public interface ScanListener {
|
||||
public void onQrDataFound(String data);
|
||||
void onQrDataFound(@NonNull String data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user