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

Commit 7eae2d5d authored by John Spurlock's avatar John Spurlock
Browse files

Quick typo fix to View.java docs.

navagation -> navigation

Change-Id: I0afd46824afc9a9aedcfc383e633b4bed6b28918
parent 19fcef1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2341,7 +2341,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
     * allows it to avoid artifacts when switching in and out of that mode, at
     * the expense that some of its user interface may be covered by screen
     * decorations when they are shown.  You can perform layout of your inner
     * UI elements to account for the navagation system UI through the
     * UI elements to account for the navigation system UI through the
     * {@link #fitSystemWindows(Rect)} method.
     */
    public static final int SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION = 0x00000200;