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

Commit ae65598b authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Updating the comments as per API feedback

Bug: 122549181
Test: N/A
Change-Id: I46d6f98c7cd644cad79b1aad973621222657b113
parent 95cb8e40
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -375,12 +375,12 @@ public class AppWidgetHostView extends FrameLayout {
    }

    /**
     * Sets whether the widget should is being displayed on a light/white background and use an
     * Sets whether the widget is being displayed on a light/white background and use an
     * alternate UI if available.
     * @see RemoteViews#setLightBackgroundLayoutId(int)
     */
    public void setOnLightBackground(boolean useDarkTextLayout) {
        mOnLightBackground = useDarkTextLayout;
    public void setOnLightBackground(boolean onLightBackground) {
        mOnLightBackground = onLightBackground;
    }

    /**