From 8dff0b2c5dbd00f28882d8ab76cd2df218de8c52 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 13 Nov 2020 15:33:44 +0100 Subject: [PATCH] Cleanup --- .../home/room/detail/timeline/format/NoticeEventFormatter.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/vector/src/main/java/im/vector/app/features/home/room/detail/timeline/format/NoticeEventFormatter.kt b/vector/src/main/java/im/vector/app/features/home/room/detail/timeline/format/NoticeEventFormatter.kt index b5859ba1ba..c4cc2e87b0 100644 --- a/vector/src/main/java/im/vector/app/features/home/room/detail/timeline/format/NoticeEventFormatter.kt +++ b/vector/src/main/java/im/vector/app/features/home/room/detail/timeline/format/NoticeEventFormatter.kt @@ -448,7 +448,6 @@ class NoticeEventFormatter @Inject constructor( .also { hasChanged = hasChanged || it.isNotEmpty() } .forEach { appendNl(sp.getString(R.string.notice_room_server_acl_updated_was_banned, it)) } - if (prevEventContent.allowIpLiterals != eventContent.allowIpLiterals) { hasChanged = true if (eventContent.allowIpLiterals) {