mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
decrease lint warnings
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
fdf6b04fb8
commit
d4e49a20bb
@ -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? = ""
|
||||
|
@ -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? = ""
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user