Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #173 from ryanwarsaw/fix-video-reset-on-orientatio…
Browse files Browse the repository at this point in the history
…n-change

Fix video playback reset on orientation change
  • Loading branch information
ryanwarsaw authored Sep 24, 2018
2 parents 36e4f71 + bb2fd3e commit 5fc4259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</intent-filter>
</activity>
<activity android:name=".activity.ActionActivity"/>
<activity android:name=".activity.VideoActivity"/>
<activity android:name=".activity.VideoActivity" android:configChanges="orientation|screenSize"/>
<activity android:name=".activity.QuizActivity" android:configChanges="orientation|screenSize"/>
<activity android:name=".activity.TopicActivity"/>
</application>
Expand Down

0 comments on commit 5fc4259

Please sign in to comment.