mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Disabled auto expand on multi script subject
This commit is contained in:
@@ -5375,9 +5375,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!TextHelper.isSingleScript(message.subject))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user