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.getIcon(),
size,
getContext().getResources().getColor(R.color.dialog_background),
viewThemeUtils.getScheme(binding.currentAccount.ticker.getContext()).getSurface(),
getContext()));
binding.currentAccount.ticker.setVisibility(View.VISIBLE);