Cleanup
This commit is contained in:
parent
a713b97e36
commit
8dff0b2c5d
|
@ -448,7 +448,6 @@ class NoticeEventFormatter @Inject constructor(
|
||||||
.also { hasChanged = hasChanged || it.isNotEmpty() }
|
.also { hasChanged = hasChanged || it.isNotEmpty() }
|
||||||
.forEach { appendNl(sp.getString(R.string.notice_room_server_acl_updated_was_banned, it)) }
|
.forEach { appendNl(sp.getString(R.string.notice_room_server_acl_updated_was_banned, it)) }
|
||||||
|
|
||||||
|
|
||||||
if (prevEventContent.allowIpLiterals != eventContent.allowIpLiterals) {
|
if (prevEventContent.allowIpLiterals != eventContent.allowIpLiterals) {
|
||||||
hasChanged = true
|
hasChanged = true
|
||||||
if (eventContent.allowIpLiterals) {
|
if (eventContent.allowIpLiterals) {
|
||||||
|
|
Loading…
Reference in New Issue