mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
remove unused member variables
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
195bdfb05a
commit
3e57018615
@ -25,7 +25,6 @@
|
||||
package com.nextcloud.talk.adapters.messages
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import android.app.Activity
|
||||
import android.content.Context
|
||||
import android.graphics.drawable.Drawable
|
||||
import android.graphics.drawable.LayerDrawable
|
||||
@ -71,8 +70,6 @@ class IncomingVoiceMessageViewHolder(incomingView: View) : MessageHolders
|
||||
|
||||
lateinit var message: ChatMessage
|
||||
|
||||
lateinit var activity: Activity
|
||||
|
||||
lateinit var voiceMessageInterface: VoiceMessageInterface
|
||||
|
||||
@SuppressLint("SetTextI18n")
|
||||
|
@ -23,10 +23,8 @@
|
||||
package com.nextcloud.talk.adapters.messages
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import android.app.Activity
|
||||
import android.content.Context
|
||||
import android.graphics.PorterDuff
|
||||
import android.media.MediaPlayer
|
||||
import android.os.Handler
|
||||
import android.util.Log
|
||||
import android.view.View
|
||||
@ -68,10 +66,6 @@ class OutcomingVoiceMessageViewHolder(outcomingView: View) : MessageHolders
|
||||
|
||||
lateinit var message: ChatMessage
|
||||
|
||||
lateinit var activity: Activity
|
||||
|
||||
var mediaPlayer: MediaPlayer? = null
|
||||
|
||||
lateinit var handler: Handler
|
||||
|
||||
lateinit var voiceMessageInterface: VoiceMessageInterface
|
||||
|
Loading…
Reference in New Issue
Block a user