Fix blocked contacts button (#1264)
parent
ba4143c298
commit
7da3e4f022
@ -1,9 +0,0 @@
|
|||||||
package org.thoughtcrime.securesms.preferences
|
|
||||||
|
|
||||||
import android.content.Context
|
|
||||||
import android.util.AttributeSet
|
|
||||||
import android.widget.FrameLayout
|
|
||||||
|
|
||||||
class BlockedContactsLayout @JvmOverloads constructor(
|
|
||||||
context: Context, attrs: AttributeSet? = null
|
|
||||||
) : FrameLayout(context, attrs)
|
|
||||||
Loading…
Reference in New Issue