Fix up
This commit is contained in:
parent
79793efda0
commit
bd0fac842c
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
|
|
Loading…
Reference in a new issue