removing the shortcut category

This commit is contained in:
tibbi 2019-03-07 11:08:07 +01:00
parent f7042ac3c0
commit 7f87cc3412
1 changed files with 1 additions and 4 deletions

View File

@ -9,7 +9,7 @@
android:shortcutDisabledMessage="@string/new_event"
android:shortcutId="new_event"
android:shortcutLongLabel="@string/new_event"
android:shortcutShortLabel="@string/new_event "
android:shortcutShortLabel="@string/new_event"
tools:targetApi="n_mr1">
<intent
@ -17,8 +17,5 @@
android:targetClass="com.simplemobiletools.calendar.pro.activities.SplashActivity"
android:targetPackage="${applicationId}"/>
<categories
android:name="android.shortcut.conversation"/>
</shortcut>
</shortcuts>