[skip ci] feat: theme crash fix
This commit is contained in:
parent
cd3bb20afd
commit
3d1040b280
15 changed files with 121 additions and 73 deletions
|
@ -64,7 +64,7 @@ class SettingsAdapter(private val settings: ArrayList<Settings>) :
|
|||
b.settingsIconRight.visibility =
|
||||
if (settings.isActivity) View.VISIBLE else View.GONE
|
||||
b.attachView.visibility = if (settings.attach != null) View.VISIBLE else View.GONE
|
||||
settings.attach?.invoke(b.attachView)
|
||||
settings.attach?.invoke(b)
|
||||
}
|
||||
|
||||
2 -> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue