diff options
Diffstat (limited to 'android/app/src/main/AndroidManifest.xml')
| -rw-r--r-- | android/app/src/main/AndroidManifest.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 74d19ea..ca96e71 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -33,13 +33,6 @@ android:exported="false" android:windowSoftInputMode="adjustResize" /> - <!-- Event detail bottom sheet (opened by widget calendar event taps) --> - <activity - android:name=".ui.EventDetailActivity" - android:theme="@style/Theme.TaskDetail" - android:taskAffinity="${applicationId}.eventdetail" - android:exported="false" /> - <!-- Settings activity (also the widget config screen) --> <activity android:name=".ui.SettingsActivity" |
