Commit f254c80c authored by sczs's avatar sczs Committed by Commit Bot

[ios] Reloads Bookmark tableView after loading model.

Bug: 866860
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: I321613158bac990345f01e46e34153eb84091411
Reviewed-on: https://chromium-review.googlesource.com/1148588Reviewed-by: default avatarRohit Rao <rohitrao@chromium.org>
Commit-Queue: Sergio Collazos <sczs@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577975}
parent 72fe6d0f
...@@ -876,6 +876,7 @@ const CGFloat kShadowRadius = 12.0f; ...@@ -876,6 +876,7 @@ const CGFloat kShadowRadius = 12.0f;
self.spinnerView = nil; self.spinnerView = nil;
}]; }];
[strongSelf loadBookmarkViews]; [strongSelf loadBookmarkViews];
[strongSelf.sharedState.tableView reloadData];
}]; }];
} }
......
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