Allow canceled draws to get retried for sync
Apps can cancel draws using the PreDrawListener. When this happens during a sync request, we don't allow another draw to happen since we are trying to avoid multiple draw requests until a sync is complete. This change makes sure we can draw once before respecting the cancelDraw flag sent from WMS. So even if WMS says it can't draw again, we will allow retries if the cancel happened due to PreDrawListener Test: Apps that cancel draw don't get stuck during sync Fixes: 236910512 Change-Id: I67742d03b78306855e258f06c1496b2ba29ca74e
Loading
Please register or sign in to comment