소스 검색

Fix code analytics

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 1 년 전
부모
커밋
a167a279dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/main/java/com/owncloud/android/ui/dialog/SetupEncryptionDialogFragment.kt

+ 1 - 1
app/src/main/java/com/owncloud/android/ui/dialog/SetupEncryptionDialogFragment.kt

@@ -483,7 +483,7 @@ class SetupEncryptionDialogFragment : DialogFragment(), Injectable {
         positiveButton?.visibility = View.VISIBLE
         negativeButton?.visibility = View.VISIBLE
 
-        positiveButton?.let {  positiveButton ->
+        positiveButton?.let { positiveButton ->
             negativeButton?.let { negativeButton ->
                 viewThemeUtils.platform.colorTextButtons(positiveButton, negativeButton)
             }