Change summary
src/main/java/eu/siacs/conversations/ui/adapter/MessageAdapter.java | 2
1 file changed, 1 insertion(+), 1 deletion(-)
Detailed changes
@@ -1594,7 +1594,7 @@ public class MessageAdapter extends ArrayAdapter<Message> {
if (largeFont) {
textView.setTextAppearance(
com.google.android.material.R.style.TextAppearance_Material3_BodyLarge);
- textView.setTextSize(android.util.TypedValue.COMPLEX_UNIT_SP, 22);
+ textView.setTextSize(android.util.TypedValue.COMPLEX_UNIT_SP, 18);
} else {
textView.setTextAppearance(
com.google.android.material.R.style.TextAppearance_Material3_BodyMedium);