mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 12:39:58 +01:00
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:
parent
7e8213d78b
commit
cb44a707a9
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user