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

Commit be3d9c75 authored by Seigo Nonaka's avatar Seigo Nonaka
Browse files

Fix getIndex impl to return mIndex

Bug: 183752879
Test: atest FontFamilyUpdateRequestTest
Change-Id: I181ffae1b92775374bc14576095a2c32dba9e888
parent 1350355d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -275,7 +275,7 @@ public final class FontFamilyUpdateRequest {
         * Returns the index of collection
         */
        public @IntRange(from = 0) int getIndex() {
            return 0;
            return mIndex;
        }
    }