DrewDahlman/Mason

Bug (with solution): Call back is not triggering when layout is mobile

Closed this issue · 1 comments

To solve this on line 229 put the:
if (callbacks.complete != null) {
callbacks.complete();
}

after the next }
(outside the for loop)
and it works perfectly!

Fixed in v2