mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-27 15:28:18 +08:00
Remove rule param also in files outside of the sdk
This commit is contained in:
parent
144d6c99a6
commit
f4f9851edd
@ -73,7 +73,7 @@ abstract class PushRuleItem : VectorEpoxyModel<PushRuleItem.Holder>(R.layout.ite
|
||||
pushRule.conditions?.forEachIndexed { i, condition ->
|
||||
if (i > 0) description.append("\n")
|
||||
description.append(
|
||||
condition.asExecutableCondition(pushRule)?.technicalDescription()
|
||||
condition.asExecutableCondition()?.technicalDescription()
|
||||
?: "UNSUPPORTED"
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user