Fix notifications not click-able

This commit is contained in:
2020-03-05 16:20:25 +01:00
parent 2812377f5c
commit 5118ab3cbf
2 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@
android:name=".view.debug.QueryLogActivity"
android:label="@string/title_activity_query_log"
android:theme="@style/AppTheme" />
<activity android:name=".view.debug.SingleQueryLogActivity"></activity>
<activity android:name=".view.debug.SingleQueryLogActivity" />
</application>
</manifest>