Skip to content

Commit 4cb853c

Browse files
BrayanDSOoakkitten
authored andcommitted
Fix manage space activity on parallel builds
Co-authored-by: oakkitten <[email protected]>
1 parent 55d1920 commit 4cb853c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

AnkiDroid/src/main/AndroidManifest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@
8383
android:resizeableActivity="true"
8484
android:supportsRtl="true"
8585
android:theme="@style/Theme_Light"
86-
android:manageSpaceActivity=".ui.windows.managespace.ManageSpaceActivity"
86+
android:manageSpaceActivity="com.ichi2.anki.ui.windows.managespace.ManageSpaceActivity"
8787
>
88+
<!-- Probably because of a bug on the framework,
89+
the full package path is needed for manageSpaceActivity -->
8890
<activity
89-
android:name=".ui.windows.managespace.ManageSpaceActivity"
91+
android:name="com.ichi2.anki.ui.windows.managespace.ManageSpaceActivity"
9092
android:exported="true"
9193
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
9294
<activity android:name=".DrawingActivity"

0 commit comments

Comments
 (0)