Is there a possibility to see the full title of notification?

Hello, I am an Android dev for a app with heavy usage of notification. We started using RemoteViews recently which put a light on a problem we had with notifications being shown on watches very differently.

My vivoactive3 for example doesn't allow to see the full notification title if there is any other text in the notification. It only shows first 11 characters and then trims the title with "...". The text of the notification is shown almost completely visible. And if not, I can click to show it completely, but I still see only the trimmed part of the title. Is there any possibility this will be fixed?

The problem is when using Android notification subText (https://developer.android.com/reference/android/app/Notification.Builder#setSubText(java.lang.CharSequence), the watch only shows the trimmed title and the subtext instead of message body.

When the notification title, message and subtext are created differently (Slack app for example), each item is shown on its own line but these items are much shorter than ours.

Thank you.