dfyockey / RomanDigital

Android Digital Clock App and Widget with Roman Numeral Display
Apache License 2.0
6 stars 1 forks source link

Landscape mode shows no clock #13

Closed ASUFLEXGITHUB closed 4 days ago

ASUFLEXGITHUB commented 1 week ago

Putting my phone in landscape shows a blank screen. Putting it back in portrait shows a clock. Not sure if it's device specific.

Device: Samsung Galaxy A12 One Ui 5.1 Core Android 13

https://github.com/user-attachments/assets/6514a2fe-d6b6-4652-9b7f-5d8143975d0d

ASUFLEXGITHUB commented 6 days ago

Note: Changing the font to default actaully makes the clock show the time in landscape. So this bug is also tied to the Rosemary font issue.

dfyockey commented 6 days ago

Thanks for checking on that. There's no problem showing in landscape in testing with Rosemary on Android 14 with One UI 6.1, so it may be related to One UI 5.1 or (less likely) Android 13.

dfyockey commented 4 days ago

@ASUFLEXGITHUB New release v1.1.2 is a fix for the clock text size problem (Issue #14). Assuming you update, please post whether or not it has any effect on this landscape issue. TIA

ASUFLEXGITHUB commented 4 days ago

Just updated and the bug is fixed! The clock is now visible in both orientations. Thanks alot!