The sort order used between the grid and the view all functions are set to work in opposite directions. If the first is ascending, the other is set to descending and vice versa.
In the view all function, the sort order is flipped once each photo file name is iterated in a for loop. The impact could be one way versus the other depending on the number of photos enumerated.
The sort order used between the grid and the view all functions are set to work in opposite directions. If the first is ascending, the other is set to descending and vice versa.
In the view all function, the sort order is flipped once each photo file name is iterated in a for loop. The impact could be one way versus the other depending on the number of photos enumerated.