Эх сурвалжийг харах

decrease lint warnings

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Marcel Hibbe 4 жил өмнө
parent
commit
d4e49a20bb

+ 1 - 1
app/src/main/java/com/nextcloud/talk/adapters/messages/IncomingLocationMessageViewHolder.kt

@@ -44,7 +44,7 @@ import javax.inject.Inject
 class IncomingLocationMessageViewHolder(incomingView: View) : MessageHolders
 .IncomingTextMessageViewHolder<ChatMessage>(incomingView) {
 
-    private val TAG = "LocationMessageViewHolder"
+    private val TAG = "LocMessageView"
 
     var locationLon: String? = ""
     var locationLat: String? = ""

+ 1 - 1
app/src/main/java/com/nextcloud/talk/adapters/messages/OutcomingLocationMessageViewHolder.kt

@@ -42,7 +42,7 @@ import javax.inject.Inject
 class OutcomingLocationMessageViewHolder(incomingView: View) : MessageHolders
 .OutcomingTextMessageViewHolder<ChatMessage>(incomingView) {
 
-    private val TAG = "LocationMessageViewHolder"
+    private val TAG = "LocMessageView"
 
     var locationLon: String? = ""
     var locationLat: String? = ""

+ 1 - 1
app/src/main/java/com/nextcloud/talk/controllers/LocationPickerController.kt

@@ -428,7 +428,7 @@ class LocationPickerController(args: Bundle) :
     }
 
     companion object {
-        private const val TAG = "LocationPicker"
+        private const val TAG = "LocPicker"
         private const val REQUEST_PERMISSIONS_REQUEST_CODE = 1
     }
 }