Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58b29185 authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

- 🎨 Fix theming issue when theming app is disabled on the server

parent 07534d7b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
package it.niedermann.owncloud.notes.shared.model;

import android.graphics.Color;

import androidx.annotation.ColorInt;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
@@ -10,7 +12,7 @@ public class Capabilities {
    @ColorInt
    private int color = -16743735; // #0082C9
    @ColorInt
    private int textColor = -16777216; // #000000
    private int textColor = Color.WHITE;
    @Nullable
    private String eTag;

+1 −0
Original line number Diff line number Diff line
- 🎨 Fix theming issue when theming app is disabled on the server
 No newline at end of file