commit | 02e6cea0819158808734bbc605874688d539da5d | [log] [tgz] |
---|---|---|
author | Craig Mautner <cmautner@google.com> | Tue Dec 10 16:48:51 2013 -0800 |
committer | Dianne Hackborn <hackbod@google.com> | Fri Mar 14 22:29:07 2014 +0000 |
tree | 6b94d0923eb15e453a3e372eafb6908f0fe1e767 | |
parent | 550241c85227b8d0228d0e99d979646759983393 [diff] |
Disable animations if manually overriding. DO NOT MERGE. Contacts manages its own dismissal animations so it needs to disable the system from doing any. Fixes bug 12013550. Change-Id: If2e2d08b7dd1e4c2a81551145e46ef290011e2e3
diff --git a/src/com/android/contacts/quickcontact/QuickContactActivity.java b/src/com/android/contacts/quickcontact/QuickContactActivity.java index 0ff7a8d..e950fcb 100644 --- a/src/com/android/contacts/quickcontact/QuickContactActivity.java +++ b/src/com/android/contacts/quickcontact/QuickContactActivity.java
@@ -312,6 +312,7 @@ @Override public void run() { finish(); + overridePendingTransition(0, 0); } }, POST_DRAW_WAIT_DURATION); }