fix status icon background tint to match dialog background color (surface)

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-08-03 21:47:40 +02:00
parent 7e8213d78b
commit cb44a707a9
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -312,7 +312,7 @@ public class ChooseAccountDialogFragment extends DialogFragment {
status.getStatus(), status.getStatus(),
status.getIcon(), status.getIcon(),
size, size,
getContext().getResources().getColor(R.color.dialog_background), viewThemeUtils.getScheme(binding.currentAccount.ticker.getContext()).getSurface(),
getContext())); getContext()));
binding.currentAccount.ticker.setVisibility(View.VISIBLE); binding.currentAccount.ticker.setVisibility(View.VISIBLE);