Commit 18def5e
fix: prevent notification list overscrolling
Added boundsBehavior: Flickable.StopAtBounds to the notification
list view to prevent overscrolling beyond the content boundaries.
This improves the user experience by providing more natural scrolling
behavior and preventing the list from bouncing when reaching the edges.
Log: Improved notification list scrolling behavior
Influence:
1. Test scrolling to the top and bottom of the notification list
2. Verify that list stops at boundaries without overscrolling
3. Check that normal scrolling functionality remains intact
4. Test with various numbers of notifications (empty, few, many)
5. Verify behavior on different screen sizes and resolutions
PMS: BUG-3248631 parent 1127204 commit 18def5e
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments