Merge "Decode URI in RequestManageCredentials" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6977d42c2a
@@ -74,7 +74,7 @@ public class UriAuthenticationPolicyAdapter extends
|
|||||||
public void onBindViewHolder(UriAuthenticationPolicyAdapter.UriViewHolder holder,
|
public void onBindViewHolder(UriAuthenticationPolicyAdapter.UriViewHolder holder,
|
||||||
int position) {
|
int position) {
|
||||||
Uri uri = mUris.get(position);
|
Uri uri = mUris.get(position);
|
||||||
holder.mUriNameView.setText(uri.toString());
|
holder.mUriNameView.setText(Uri.decode(uri.toString()));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user