mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
ktlint
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
1d3edd05ea
commit
70f7be9c4b
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class SetStatusDialogFragment :
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
clearStatus.setTextColor(ThemeUtils.primaryColor(context, true));
|
clearStatus.setTextColor(ThemeUtils.primaryColor(context, true))
|
||||||
ThemeUtils.colorPrimaryButton(setStatus, context)
|
ThemeUtils.colorPrimaryButton(setStatus, context)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue