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,
|
||||
int position) {
|
||||
Uri uri = mUris.get(position);
|
||||
holder.mUriNameView.setText(uri.toString());
|
||||
holder.mUriNameView.setText(Uri.decode(uri.toString()));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user