Fix a crash in disk selection

This commit is contained in:
Aaron Culliney 2019-10-31 17:33:14 -07:00
parent 37df4796c9
commit d6e21fd967
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@
</activity>
<activity android:name="org.deadc0de.apple2ix.Apple2DiskChooserActivity" />
<activity android:name="org.deadc0de.apple2ix.Apple2DiskChooserActivity"
android:theme="@style/Theme.AppCompat"
/>
<provider
android:authorities="${applicationId}.provider"