mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-22 04:59:34 +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.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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user