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

Commit ce732f74 authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am 26ebeb6d: am 7b3526d5: Merge "Fix alternate time zone display for clock widget." into jb-mr2-dev

* commit '26ebeb6d':
  Fix alternate time zone display for clock widget.
parents ac8bb39d 26ebeb6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -334,8 +334,8 @@ public class AppWidgetHost {
     */
    public final AppWidgetHostView createView(Context context, int appWidgetId,
            AppWidgetProviderInfo appWidget) {
        final int userId = context.getUserId();
        AppWidgetHostView view = onCreateView(context, appWidgetId, appWidget);
        final int userId = mContext.getUserId();
        AppWidgetHostView view = onCreateView(mContext, appWidgetId, appWidget);
        view.setUserId(userId);
        view.setOnClickHandler(mOnClickHandler);
        view.setAppWidget(appWidgetId, appWidget);