mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 21:45:42 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue