Tap & pay: change empty state UX and strings.
Bug: 10965661 Change-Id: Iee0b8bf111ef2105babb0912942f5c764b75ac59
This commit is contained in:
@@ -109,7 +109,7 @@ public class HelpUtils {
|
||||
* of the app's package as gotten via the context.
|
||||
* @return the uri with added query parameters
|
||||
*/
|
||||
private static Uri uriWithAddedParameters(Context context, Uri baseUri) {
|
||||
public static Uri uriWithAddedParameters(Context context, Uri baseUri) {
|
||||
Uri.Builder builder = baseUri.buildUpon();
|
||||
|
||||
// Add in the preferred language
|
||||
|
Reference in New Issue
Block a user