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

Commit 8075d7fa authored by Michael Jurka's avatar Michael Jurka Committed by Android Git Automerger
Browse files

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

* commit '2bb25cd5':
  Fixing construction of handler in AppWidgetHost
parents e8d79c87 2bb25cd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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());
    }

    /**