mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
Fix compilation issue :)
This commit is contained in:
parent
f57fc827fe
commit
d1848fd5f7
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class VectorAttachmentViewerActivity : AttachmentViewerActivity(), BaseAttachmen
|
|||
private var initialIndex = 0
|
||||
private var isAnimatingOut = false
|
||||
|
||||
private var currentSourceProvider: BaseAttachmentProvider? = null
|
||||
private var currentSourceProvider: BaseAttachmentProvider<*>? = null
|
||||
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
|
|
Loading…
Add table
Reference in a new issue