Code review comment for lp:~mzanetti/unity8/catch-osk

Revision history for this message
Lukáš Tinkl (lukas-kde) wrote :

12 + surfaceItem.surface = surface;
13 + return;

This should probably "break", not "return", in case we might add some stuff below the loop in the future.

« Back to merge proposal