Merge "Fix getIndex impl to return mIndex" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1c3b42f405
@@ -275,7 +275,7 @@ public final class FontFamilyUpdateRequest {
|
||||
* Returns the index of collection
|
||||
*/
|
||||
public @IntRange(from = 0) int getIndex() {
|
||||
return 0;
|
||||
return mIndex;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user