Commit 6567e305 authored by Rohit Rao's avatar Rohit Rao Committed by Commit Bot

[ios] Use a variable cell height for the password details URL.

BUG=865292

Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: Ia654723c1fa870921658fa2d53bc77114627fcd2
Reviewed-on: https://chromium-review.googlesource.com/1167112Reviewed-by: default avatarSergio Collazos <sczs@chromium.org>
Commit-Queue: Rohit Rao <rohitrao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581722}
parent 444729a6
...@@ -634,6 +634,7 @@ reauthenticationModule:(id<ReauthenticationProtocol>)reauthenticationModule { ...@@ -634,6 +634,7 @@ reauthenticationModule:(id<ReauthenticationProtocol>)reauthenticationModule {
CollectionViewItem* item = CollectionViewItem* item =
[self.collectionViewModel itemAtIndexPath:indexPath]; [self.collectionViewModel itemAtIndexPath:indexPath];
switch (item.type) { switch (item.type) {
case ItemTypeSite:
case ItemTypeUsername: case ItemTypeUsername:
case ItemTypePassword: case ItemTypePassword:
return [MDCCollectionViewCell return [MDCCollectionViewCell
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment