From cbb10ac4803704f85a92d32495a389f7684f6bdb Mon Sep 17 00:00:00 2001 From: sk Date: Thu, 26 Jan 2023 14:58:01 +0100 Subject: [PATCH] use regular lock in boost menu closes sk22#375 --- .../android/ui/displayitems/FooterStatusDisplayItem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/FooterStatusDisplayItem.java b/mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/FooterStatusDisplayItem.java index 5744a241f..f38f632c7 100644 --- a/mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/FooterStatusDisplayItem.java +++ b/mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/FooterStatusDisplayItem.java @@ -254,7 +254,7 @@ public class FooterStatusDisplayItem extends StatusDisplayItem{ Drawable checkMark = ctx.getDrawable(R.drawable.ic_fluent_checkmark_circle_20_regular); Drawable publicDrawable = ctx.getDrawable(R.drawable.ic_fluent_earth_24_regular); Drawable unlistedDrawable = ctx.getDrawable(R.drawable.ic_fluent_lock_open_24_regular); - Drawable followersDrawable = ctx.getDrawable(R.drawable.ic_fluent_lock_closed_24_filled); + Drawable followersDrawable = ctx.getDrawable(R.drawable.ic_fluent_lock_closed_24_regular); StatusPrivacy defaultVisibility = session.preferences != null ? session.preferences.postingDefaultVisibility : null; // e.g. post visibility is unlisted, but default is public