Remove unneeded TODO

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey 2022-10-11 16:38:51 +02:00
parent aaba0d04b9
commit c6929815d6
No known key found for this signature in database
GPG key ID: 2585783189A62105

View file

@ -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());