Fixing string.format missed in previous conflict resolution

Change-Id: Ic71ee97c319bb9141f70acf75f2fe0e40565f692
This commit is contained in:
Sunny Goyal
2015-09-25 11:58:59 -07:00
parent 9d4380856f
commit c5c723bbe4
+1 -1
View File
@@ -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);
}