Skip to content

Commit

Permalink
test(AndroidManifest): update theme to Theme.AppCompat.NoActionBar (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored and wedgberto committed May 17, 2022
1 parent 50d0369 commit d736c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/AndroidManifest.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('AndroidManifest', () => {
android:supportsRtl="true" android:debuggable="true">
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale"
android:label="@string/activity_name" android:launchMode="${ACTIVITY_LAUNCH_MODE}"
android:name="${ACTIVITY_NAME}" android:theme="@android:style/Theme.DeviceDefault.NoActionBar"
android:name="${ACTIVITY_NAME}" android:theme="@style/Theme.AppCompat.NoActionBar"
android:windowSoftInputMode="adjustResize" android:screenOrientation="${ACTIVITY_ORIENTATION}">
<intent-filter android:label="@string/launcher_name">
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit d736c66

Please sign in to comment.