mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 14:45:47 +03:00
Fix code analytics
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
82b43a8416
commit
a167a279dc
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ class SetupEncryptionDialogFragment : DialogFragment(), Injectable {
|
||||||
positiveButton?.visibility = View.VISIBLE
|
positiveButton?.visibility = View.VISIBLE
|
||||||
negativeButton?.visibility = View.VISIBLE
|
negativeButton?.visibility = View.VISIBLE
|
||||||
|
|
||||||
positiveButton?.let { positiveButton ->
|
positiveButton?.let { positiveButton ->
|
||||||
negativeButton?.let { negativeButton ->
|
negativeButton?.let { negativeButton ->
|
||||||
viewThemeUtils.platform.colorTextButtons(positiveButton, negativeButton)
|
viewThemeUtils.platform.colorTextButtons(positiveButton, negativeButton)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue