Using context.getString for getting formatted strings, as it works better with different locales
Change-Id: I9639bb11197e656c5cdd3a4d63f913edcc0987cb
This commit is contained in:
@@ -436,8 +436,7 @@ public class FolderPagedView extends PagedView {
|
||||
}
|
||||
|
||||
public String getAccessibilityDescription() {
|
||||
return String.format(getContext().getString(R.string.folder_opened),
|
||||
mGridCountX, mGridCountY);
|
||||
return getContext().getString(R.string.folder_opened, mGridCountX, mGridCountY);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user