flutter_local_notifications
flutter_local_notifications copied to clipboard
Three dots ' ...' are added to the body of the message while the message fits on the screen.
Describe the bug A space and three dots ' ...' are added to the message while the message fits on the screen and there is no need for expansion.
Expected behavior No three dots when the message fits on screen.
Is this the standard behavior of android, am I doing something wrong? Longer messages that do not fit on the screen at once obviously should have this, but shorter not.