Fix blinking when updating widgets

pull/84/head
Alinson S. Xavier 10 years ago
parent 775d028629
commit 9e5f3d8f58

@ -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()

Loading…
Cancel
Save