From cffbbd73a6126f65a2d3e2b09b41e6321c88a1bd Mon Sep 17 00:00:00 2001 From: tom79 Date: Mon, 2 Dec 2019 18:49:55 +0100 Subject: [PATCH] Change cache behavior --- .../java/app/fedilab/android/client/Entities/Status.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/src/main/java/app/fedilab/android/client/Entities/Status.java b/app/src/main/java/app/fedilab/android/client/Entities/Status.java index 5f4018489..b87f594c0 100644 --- a/app/src/main/java/app/fedilab/android/client/Entities/Status.java +++ b/app/src/main/java/app/fedilab/android/client/Entities/Status.java @@ -1329,11 +1329,7 @@ public class Status implements Parcelable { spannable.removeSpan(quoteSpan); SharedPreferences sharedpreferences = context.getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE); int theme = sharedpreferences.getInt(Helper.SET_THEME, Helper.THEME_DARK); - int colord; - if (theme == THEME_BLACK) - colord = ContextCompat.getColor(context, R.color.dark_blockquote); - else - colord = ContextCompat.getColor(context, R.color.mastodonC4); + int colord = ContextCompat.getColor(context, R.color.cyanea_accent_reference); spannable.setSpan(new CustomQuoteSpan( ContextCompat.getColor(context, R.color.transparent), colord,