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

Commit e6d5545a authored by Michael Jurka's avatar Michael Jurka
Browse files

Fixing construction of handler in AppWidgetHost

Change-Id: I1253f8e2ea1621208ad7d65e5c860a1df075a44a
parent 4215017c
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());
    }

    /**