mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Update ktlint and gradle plugin.
This commit is contained in:
@@ -205,7 +205,7 @@ class VerifyAccountRepository(private val context: Application) {
|
||||
enum class Mode(val isSmsRetrieverSupported: Boolean) {
|
||||
SMS_WITH_LISTENER(true),
|
||||
SMS_WITHOUT_LISTENER(false),
|
||||
PHONE_CALL(false);
|
||||
PHONE_CALL(false)
|
||||
}
|
||||
|
||||
private class PushTokenChallengeSubscriber {
|
||||
|
||||
Reference in New Issue
Block a user