Disable Layout on Resize callback
authorSeungkeun Lee <sngn.lee@samsung.com>
Fri, 7 Apr 2017 00:19:01 +0000 (09:19 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Mon, 10 Jul 2017 02:11:22 +0000 (11:11 +0900)
commite008b04e3551ca57690e10a09237984d3c892c26
treef5b170c2007ab51d8b5ffad5ca5acba898169bfa
parentfc82caf4bdbe2f366e6c77b072b5eb59afab875e
Disable Layout on Resize callback

 - LayoutCallback already called when resized
 - Resize callback is called immediately invoked when size was changed
   and it cause redundancy layouting
 - LayoutCallback is invoked only one times in renderer loop if necessary.

 - if another side effect occur with this changes,
   need to analysis that problem reason again.

Change-Id: Id28f5968a2e4997f817579b9909fb01b4c962191
Xamarin.Forms.Platform.Tizen/Native/Box.cs