From 2a6957047d5d982f77ed405bf0c831f87694fc91 Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Thu, 22 Apr 2021 17:25:46 +0200 Subject: [PATCH] don't keep screen enabled in chat Signed-off-by: Marcel Hibbe --- CHANGELOG.md | 1 + app/src/main/res/layout/controller_chat.xml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b62736745..3b38632a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ Types of changes can be: Added/Changed/Deprecated/Removed/Fixed/Security - fix to show avatars for incoming pictures in group chats (@starypatyk) - do not allow selecting files in files browser that are not allowed to be reshared - fix to show all file previews +- don't keep screen enabled in chat view ## [11.1.0] - 2021-03-12 ### Added diff --git a/app/src/main/res/layout/controller_chat.xml b/app/src/main/res/layout/controller_chat.xml index c60d594a8..c886f14c6 100644 --- a/app/src/main/res/layout/controller_chat.xml +++ b/app/src/main/res/layout/controller_chat.xml @@ -21,10 +21,8 @@