Code review comment for lp:~mzanetti/unity/phablet-unload-far-away-images

Revision history for this message
MichaƂ Sawicz (saviq) wrote :

35 + property bool gracePeriodRunning: false

Do we actually need a separate property? Shouldn't just "running" on the Timer suffice?

49 + unloadTimer.start();

Hmm shouldn't we restart instead?

review: Needs Information

« Back to merge proposal