Skip to content

Commit 7205cd7

Browse files
committed
quality
1 parent 51c4dfc commit 7205cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector/src/main/java/im/vector/app/features/crypto/verification/self/SelfVerificationBottomSheet.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class SelfVerificationBottomSheet : VectorBaseBottomSheetDialogFragment<BottomSh
230230

231231
companion object {
232232

233-
val TAG: String = "VERIF"
233+
const val TAG: String = "VERIF"
234234

235235
fun verifyOwnUntrustedDevice(): SelfVerificationBottomSheet {
236236
return SelfVerificationBottomSheet().apply {

0 commit comments

Comments
 (0)