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

Commit e5cb884b authored by Vladimir Komsiyski's avatar Vladimir Komsiyski
Browse files

Null documentation on InsetsParams#getInsetsSize

As per the API council feedback


Change-Id: Icb8bc6cd0ca818d47cc33800f993b0a28a12ebc4
Fix: 365745876
Test: n/a comment only
Flag: EXEMPT comment only
parent 4addccb4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6183,7 +6183,8 @@ public interface WindowManager extends ViewManager {
        }

        /**
         * Returns the size of the provided insets.
         * Returns the size of the provided insets. May be {@code null} if the provided insets have
         * the same size as the window frame.
         */
        public @Nullable Insets getInsetsSize() {
            return mInsets;