Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2bb25cd5 authored by Michael Jurka's avatar Michael Jurka Committed by Android (Google) Code Review
Browse files

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

parents 218e2f19 e6d5545a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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());
    }
    }


    /**
    /**