mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Using context.getString for getting formatted strings, as it works better with different locales
Change-Id: I9639bb11197e656c5cdd3a4d63f913edcc0987cb
This commit is contained in:
@@ -2300,7 +2300,7 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc
|
||||
}
|
||||
|
||||
protected String getCurrentPageDescription() {
|
||||
return String.format(getContext().getString(R.string.default_scroll_format),
|
||||
return getContext().getString(R.string.default_scroll_format,
|
||||
getNextPage() + 1, getChildCount());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user