Code review comment for lp:~fboucault/camera-app/ui_rewrite

Revision history for this message
Olivier Tilloy (osomon) wrote :

840 + onInViewChanged: if (inView) {
841 + header.show();
842 + }

The alignment of those three lines looks weird, can you maybe surround them with curly braces and indent them like the rest of the code?

« Back to merge proposal