Crash app with any android theme ``` <activity android:name="net.rdrei.android.dirchooser.DirectoryChooserActivity" android:theme="@android:style/Theme.DeviceDefault" /> ``` No crash with my theme ``` <activity android:name="net.rdrei.android.dirchooser.DirectoryChooserActivity" android:theme="@style/DialogTheme" /> ```