Disabled auto expand on multi script subject

This commit is contained in:
M66B 2023-12-06 10:16:42 +01:00
parent 31130a24a3
commit b8f57ea098
1 changed files with 0 additions and 3 deletions

View File

@ -5375,9 +5375,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
return true;
}
if (!TextHelper.isSingleScript(message.subject))
return true;
return false;
}