Commit 9d5a2233 authored by Evan Stade's avatar Evan Stade Committed by Commit Bot

Fix Android Contacts Picker.

The show() invocation got lost in the shuffle of
crrev.com/6d9b12cf

Bug: 1125450
Change-Id: Ia0203fc3586b4b0b787e5f9b162b25e45fbef29e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398885Reviewed-by: default avatarTed Choc <tedchoc@chromium.org>
Commit-Queue: Evan Stade <estade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#804978}
parent 0930a1b5
......@@ -254,6 +254,7 @@ public class ProcessInitializationHandler {
includeTel, includeAddresses, includeIcons, formattedOrigin);
dialog.getWindow().getAttributes().windowAnimations =
R.style.PickerDialogAnimation;
dialog.show();
return dialog;
});
......
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