mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
Remove unneeded TODO
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
aaba0d04b9
commit
c6929815d6
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ import static com.owncloud.android.utils.theme.CapabilityUtils.getCapability;
|
|||
*/
|
||||
@Deprecated
|
||||
public class ThemeColorUtils {
|
||||
// TODO integrate this somehow into new theming, as we need it e.g. for sidebar header and login
|
||||
public int unchangedPrimaryColor(Account account, Context context) {
|
||||
try {
|
||||
return Color.parseColor(getCapability(account, context).getServerColor());
|
||||
|
|
Loading…
Reference in a new issue