WangDaYeeeeee / GeometricWeather

A Material Design Weather Application
GNU Lesser General Public License v3.0
2.44k stars 186 forks source link

Forecast notification often gets cut off #235

Open hackel opened 3 years ago

hackel commented 3 years ago

Very often, the forecast in the notification gets cut off, and there is no way to see the whole thing.

Screenshot_20210518-091056.png

One possible solution would be to make this notification expandable. I think this would work well, assuming there is some way to even detect this condition.

hackel commented 3 years ago

In Android 12 (beta 1), the situation has changed a little bit. The notification title is automatically truncated now, and the notification is automatically expandable to show the remaining content. Perhaps the only change necessary is to stop truncating the title from the app and let the system take care of it.

Screenshot_20210520-095410.png

Screenshot_20210520-095435.png