remove unused resource

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-03-23 21:49:16 +01:00 committed by Tim Krüger
parent 09f926fd5f
commit 3935ce7955
No known key found for this signature in database
GPG Key ID: FECE3A7222C52A4E
6 changed files with 4 additions and 62 deletions

View File

@ -30,7 +30,7 @@ import java.util.ArrayList
@Parcelize @Parcelize
@JsonObject @JsonObject
data class UserProfileFieldsOCS ( data class UserProfileFieldsOCS(
@JsonField(name = ["data"]) @JsonField(name = ["data"])
var data: ArrayList<String>? = null var data: ArrayList<String>? = null
) : GenericOCS(), Parcelable { ) : GenericOCS(), Parcelable {

View File

@ -28,7 +28,7 @@ import kotlinx.android.parcel.Parcelize
@Parcelize @Parcelize
@JsonObject @JsonObject
data class UserProfileFieldsOverall ( data class UserProfileFieldsOverall(
@JsonField(name = ["ocs"]) @JsonField(name = ["ocs"])
var ocs: UserProfileFieldsOCS? var ocs: UserProfileFieldsOCS?
) : Parcelable { ) : Parcelable {

View File

@ -29,7 +29,7 @@ import kotlinx.android.parcel.Parcelize
@Parcelize @Parcelize
@JsonObject @JsonObject
data class UserProfileOCS ( data class UserProfileOCS(
@JsonField(name = ["data"]) @JsonField(name = ["data"])
var data: UserProfileData? var data: UserProfileData?
) : GenericOCS(), Parcelable { ) : GenericOCS(), Parcelable {

View File

@ -28,7 +28,7 @@ import kotlinx.android.parcel.Parcelize
@Parcelize @Parcelize
@JsonObject @JsonObject
data class UserProfileOverall ( data class UserProfileOverall(
@JsonField(name = ["ocs"]) @JsonField(name = ["ocs"])
var ocs: UserProfileOCS? = null var ocs: UserProfileOCS? = null
) : Parcelable { ) : Parcelable {

View File

@ -1,29 +0,0 @@
<!--
~ Nextcloud Talk application
~
~ @author Mario Danic
~ Copyright (C) 2017 Mario Danic
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FFFFFFFF"
android:pathData="M6.62,10.79c1.44,2.83 3.76,5.14 6.59,6.59l2.2,-2.2c0.27,-0.27 0.67,-0.36 1.02,-0.24 1.12,0.37 2.33,0.57 3.57,0.57 0.55,0 1,0.45 1,1V20c0,0.55 -0.45,1 -1,1 -9.39,0 -17,-7.61 -17,-17 0,-0.55 0.45,-1 1,-1h3.5c0.55,0 1,0.45 1,1 0,1.25 0.2,2.45 0.57,3.57 0.11,0.35 0.03,0.74 -0.25,1.02l-2.2,2.2z"/>
</vector>

View File

@ -1,29 +0,0 @@
<!--
~ Nextcloud Talk application
~
~ @author Mario Danic
~ Copyright (C) 2017 Mario Danic
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FF000000"
android:pathData="M6.62,10.79c1.44,2.83 3.76,5.14 6.59,6.59l2.2,-2.2c0.27,-0.27 0.67,-0.36 1.02,-0.24 1.12,0.37 2.33,0.57 3.57,0.57 0.55,0 1,0.45 1,1V20c0,0.55 -0.45,1 -1,1 -9.39,0 -17,-7.61 -17,-17 0,-0.55 0.45,-1 1,-1h3.5c0.55,0 1,0.45 1,1 0,1.25 0.2,2.45 0.57,3.57 0.11,0.35 0.03,0.74 -0.25,1.02l-2.2,2.2z"/>
</vector>