mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Convert some SignalServiceAttachment* classes to kotlin.
This commit is contained in:
committed by
mtang-signal
parent
bb01c0501b
commit
8932eef991
@@ -246,7 +246,7 @@ class MediaTable internal constructor(context: Context?, databaseHelper: SignalD
|
||||
val isOutgoing: Boolean
|
||||
) {
|
||||
|
||||
val contentType: String
|
||||
val contentType: String?
|
||||
get() = attachment!!.contentType
|
||||
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user