nightscout / AndroidAPS

Opensource automated insulin delivery system (closed loop)
https://wiki.aaps.app
GNU Affero General Public License v3.0
725 stars 1.76k forks source link

SNOOZE text inside the snooze button is not responsive #1183

Closed dar-kod closed 2 years ago

dar-kod commented 2 years ago

AndroidAPS 3.0-rc1 Build version: 86ec769f6 Phone: Poco F3 Settings -> Display -> Text size: L

Maybe this is a phone specific, but I find this not optimized:

photo_2022-01-15_23-55-08

MilosKozak commented 2 years ago

AAPS is not so optimize for very small screens. if you rotate to landscape is it OK?

dar-kod commented 2 years ago

If I rotate to landscape, it is the same. photo_2022-01-17_09-44-18

MilosKozak commented 2 years ago

the issue is layout or the button doesn't work?

nicoleloop commented 2 years ago

The snooze option has never worked for me in the 2.5 years I have used AndroidAPS. Has it worked for everyone else all this time?

dar-kod commented 2 years ago

@MilosKozak, the issue in my case is layout. Is it possible to fix it?

MilosKozak commented 2 years ago

improved by https://github.com/nightscout/AndroidAPS/commit/72e73f604f124ea08d3dc0a06a6765dbe9fe4899

dar-kod commented 2 years ago

Thank you.