Skip to content

Commit

Permalink
Merge pull request #1 from tiwiz/fix_recording_crash
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwiz committed Jul 12, 2018
2 parents 04facad + 4078457 commit e3a0c38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hyperion-recorder/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
package="com.willowtreeapps.hyperion.recorder">

<application>
<activity android:name=".RecordingsActivity"/>
<activity android:name=".RecordingsActivity"
android:theme="@style/Theme.AppCompat.Light"/>
<provider
android:name=".RecorderFileProvider"
android:authorities="${applicationId}.RecorderFileProvider"
Expand Down

0 comments on commit e3a0c38

Please sign in to comment.