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

Commit 77624cd7 authored by John Spurlock's avatar John Spurlock
Browse files

Fix awkward wording in AppWidgetManager docs.

Change-Id: I6d1e180be666b3d88e88f357e8d79f6bbc0c9857
parent d1860798
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -529,9 +529,9 @@ public class AppWidgetManager {


    /**
    /**
     * Notifies the specified collection view in all the specified AppWidget instances
     * Notifies the specified collection view in all the specified AppWidget instances
     * to invalidate their currently data.
     * to invalidate their data.
     *
     *
     * @param appWidgetIds  The AppWidget instances for which to notify of view data changes.
     * @param appWidgetIds  The AppWidget instances to notify of view data changes.
     * @param viewId        The collection view id.
     * @param viewId        The collection view id.
     */
     */
    public void notifyAppWidgetViewDataChanged(int[] appWidgetIds, int viewId) {
    public void notifyAppWidgetViewDataChanged(int[] appWidgetIds, int viewId) {
@@ -544,10 +544,10 @@ public class AppWidgetManager {
    }
    }


    /**
    /**
     * Notifies the specified collection view in all the specified AppWidget instance
     * Notifies the specified collection view in the specified AppWidget instance
     * to invalidate it's currently data.
     * to invalidate its data.
     *
     *
     * @param appWidgetId  The AppWidget instance for which to notify of view data changes.
     * @param appWidgetId  The AppWidget instance to notify of view data changes.
     * @param viewId       The collection view id.
     * @param viewId       The collection view id.
     */
     */
    public void notifyAppWidgetViewDataChanged(int appWidgetId, int viewId) {
    public void notifyAppWidgetViewDataChanged(int appWidgetId, int viewId) {