mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
resolve lint warnings
unused resource Redundant label on activity Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
a8a9d6f25e
commit
690a174f64
@ -106,7 +106,6 @@
|
||||
|
||||
<activity
|
||||
android:name=".activities.MainActivity"
|
||||
android:label="@string/nc_app_name"
|
||||
android:exported="true"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<intent-filter>
|
||||
|
@ -1,8 +0,0 @@
|
||||
<vector
|
||||
android:height="24dp"
|
||||
android:viewportHeight="24"
|
||||
android:viewportWidth="24"
|
||||
android:width="24dp"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@color/nc_darkRed" android:pathData="M12,12m-8,0a8,8 0,1 1,16 0a8,8 0,1 1,-16 0"/>
|
||||
</vector>
|
Loading…
Reference in New Issue
Block a user