SimpleMobileTools / Simple-Calendar

A simple calendar with events, tasks, customizable colors, widgets and no ads.
https://www.simplemobiletools.com
GNU General Public License v3.0
3.5k stars 1.14k forks source link

Fix for: Clicking on a day in the monthly view and selecting the wrong day #2276

Open KBenMessaoud opened 7 months ago

KBenMessaoud commented 7 months ago

By altering the childHeight value to be half of the child view's measured height in our layout method, we've halved the size of the clickable area in our calendar. This change has impacted how child views are arranged, particularly the layout() method that positions and sizes views within their container. Consequently, only clicks in the lower half of the calendar cells are recognized, even though the cells look visually unchanged.

All that's left to do is remove the red grid that helped us understand the problem.

image

inson1 commented 6 months ago

@KBenMessaoud SMT apps were sold. Fork is here https://github.com/FossifyOrg Please create PR there