Skip to content

Commit

Permalink
fix rapid cycle test
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwu1 committed Jun 28, 2024
1 parent cc856fc commit 3c875ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/OboeTester/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@
android:name=".TestRapidCycleActivity"
android:label="@string/title_rapid_cycle"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar"
android:exported="true" />
android:exported="true"
android:screenOrientation="portrait" />

<service
android:name=".MidiTapTester"
Expand Down

0 comments on commit 3c875ba

Please sign in to comment.