Fix blinking when updating widgets

This commit is contained in:
2016-04-16 09:03:45 -04:00
parent 775d028629
commit 9e5f3d8f58

View File

@@ -231,8 +231,6 @@ public abstract class BaseWidgetProvider extends AppWidgetProvider
landscapeRemoteViews = new RemoteViews(context.getPackageName(), getLayoutId());
landscapeWidgetView = buildCustomView(context, habit);
measureCustomView(context, landscapeWidth, landscapeHeight, landscapeWidgetView);
updateAppWidget();
}
private void updateAppWidget()