am 2bb25cd5: Merge "Fixing construction of handler in AppWidgetHost" into jb-mr1-dev

* commit '2bb25cd57ae540160fa2fff2b929b68c448423a9':
  Fixing construction of handler in AppWidgetHost
This commit is contained in:
Michael Jurka
2012-09-18 00:04:08 -07:00
committed by Android Git Automerger

View File

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