summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2014-12-17 16:26:48 -0800
committerDanesh M <daneshm90@gmail.com>2014-12-17 16:26:48 -0800
commit5a5691a9966be2e39bc3c45a2e48d8e22f69a292 (patch)
tree9e967bbd8b5944529a4079ff94b8b8a2da312a85
parent83f96bd9ff2b9c9b15d06ac5c54a138ac67ab4d2 (diff)
downloadandroid_packages_apps_Gallery2-5a5691a9966be2e39bc3c45a2e48d8e22f69a292.tar.gz
android_packages_apps_Gallery2-5a5691a9966be2e39bc3c45a2e48d8e22f69a292.tar.bz2
android_packages_apps_Gallery2-5a5691a9966be2e39bc3c45a2e48d8e22f69a292.zip
Gallery : Remove DialogPicker theme in v21
Crashes widget selection : Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Class java.lang.Object.getClass()' on a null object reference at com.android.internal.app.WindowDecorActionBar.getDecorToolbar(WindowDecorActionBar.java:238) at com.android.internal.app.WindowDecorActionBar.init(WindowDecorActionBar.java:191) at com.android.internal.app.WindowDecorActionBar.<init>(WindowDecorActionBar.java:165) at android.app.Activity.initWindowDecorActionBar(Activity.java:2127) at android.app.Activity.setContentView(Activity.java:2145) at com.android.gallery3d.app.AbstractGalleryActivity.setContentView(AbstractGalleryActivity.java:142) at com.android.gallery3d.app.PickerActivity.onCreate(PickerActivity.java:48) at com.android.gallery3d.app.DialogPicker.onCreate(DialogPicker.java:28) at android.app.Activity.performCreate(Activity.java:5933) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1105) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2251) Change-Id: I9d83526153794e8bc0cc6ec46735ff883f004e60
-rw-r--r--res/values-v21/styles.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/values-v21/styles.xml b/res/values-v21/styles.xml
index d65338f0a..75457ca1a 100644
--- a/res/values-v21/styles.xml
+++ b/res/values-v21/styles.xml
@@ -61,5 +61,4 @@
</style>
<style name="Theme.Photos.Fullscreen" parent="android:Theme.Material">
</style>
- <style name="DialogPickerTheme" parent="android:Theme.Material.Dialog"/>
</resources>