1
0
Fork 1
This commit is contained in:
Arne 2024-09-09 20:29:01 +02:00
parent 79793efda0
commit bd0fac842c

View file

@ -3464,7 +3464,7 @@ public class ConversationFragment extends XmppFragment
return false; return false;
} }
final var cursord = getResources().getDrawable(R.drawable.cursor_on_tertiary_container); final var cursord = activity.getDrawable(R.drawable.cursor_on_tertiary_container);
if (activity.xmppConnectionService != null && activity.xmppConnectionService.getAccounts().size() > 1) { if (activity.xmppConnectionService != null && activity.xmppConnectionService.getAccounts().size() > 1) {
final var bg = MaterialColors.getColor(binding.textinput, com.google.android.material.R.attr.colorSurface); final var bg = MaterialColors.getColor(binding.textinput, com.google.android.material.R.attr.colorSurface);
final var accountColor = conversation.getAccount().getColor(activity.isDark()); final var accountColor = conversation.getAccount().getColor(activity.isDark());