Code review comment for lp:~nik90/ubuntu-clock-app/stopwatch-animations

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

> this is not necessary.
> 331 + z: laps.count > 4 ? swipeArea.z + 1 : swipeArea.z - 1;

We might need something similar for the listViewlap. At the moment, you will notice that if you drag in the area below the listview header "Recorded laps" it is not possible to switch view because the mouse focus is grabbed by the listView. While we want this to be true when laps.count < 4 (max visible on a page), other times it should be possible to drag this area to reveal the stopwatch page.

« Back to merge proposal