Fixing string.format missed in previous conflict resolution
Change-Id: Ic71ee97c319bb9141f70acf75f2fe0e40565f692
This commit is contained in:
@@ -4404,7 +4404,7 @@ public class Workspace extends PagedView
|
||||
}
|
||||
nScreens--;
|
||||
}
|
||||
return String.format(getContext().getString(R.string.workspace_scroll_format),
|
||||
return getContext().getString(R.string.workspace_scroll_format,
|
||||
page + 1 - delta, nScreens);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user