QC: black nav bar instead of transparent

Bug: 16159429
Change-Id: Ieb548b28467d36d5a519927f94c5b904b25ffc9b
diff --git a/src/com/android/contacts/quickcontact/QuickContactActivity.java b/src/com/android/contacts/quickcontact/QuickContactActivity.java
index 4e9d036..8edde37 100644
--- a/src/com/android/contacts/quickcontact/QuickContactActivity.java
+++ b/src/com/android/contacts/quickcontact/QuickContactActivity.java
@@ -479,9 +479,6 @@
         super.onCreate(savedInstanceState);
 
         getWindow().setStatusBarColor(Color.TRANSPARENT);
-        // Since we can't disable Window animations from the Launcher, we can minimize the
-        // silliness of the animation by setting the navigation bar transparent.
-        getWindow().setNavigationBarColor(Color.TRANSPARENT);
 
         processIntent(getIntent());