Merge "Fixing construction of handler in AppWidgetHost" into jb-mr1-dev

This commit is contained in:
Michael Jurka
2012-09-17 18:03:05 -07:00
committed by Android (Google) Code Review

View File

@@ -117,7 +117,7 @@ public class AppWidgetHost {
private OnClickHandler mOnClickHandler;
public AppWidgetHost(Context context, int hostId) {
this(context, hostId, null, Looper.getMainLooper());
this(context, hostId, null, context.getMainLooper());
}
/**