mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
Remove unneeded qualifier for constant.
This commit is contained in:
parent
b767c2fa54
commit
8ffa0061e9
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ internal class SendVerificationMessageWorker(context: Context,
|
|||
private const val OUTPUT_KEY_FAILED = "failed"
|
||||
|
||||
fun hasFailed(outputData: Data): Boolean {
|
||||
return outputData.getBoolean(SendVerificationMessageWorker.OUTPUT_KEY_FAILED, false)
|
||||
return outputData.getBoolean(OUTPUT_KEY_FAILED, false)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue