Skip to content

Crash app, theme, android manifest #100

@jagerlipton

Description

@jagerlipton

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"
            />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions