diff options
author | pcworld <0188801@gmail.com> | 2021-05-29 00:20:52 +0200 |
---|---|---|
committer | pcworld <0188801@gmail.com> | 2021-05-29 02:57:37 +0200 |
commit | 010debe3e4ebeff694ede05e1dab0235286a9db7 (patch) | |
tree | f9ba5e781c4bb4afce0f078d4006bb77f1bb9175 /src | |
parent | Translated using Weblate (German) (diff) | |
download | nheko-010debe3e4ebeff694ede05e1dab0235286a9db7.tar.xz |
Fix notifications in narrow view when content is hidden
In narrow view, a room can be selected even if the view currently only shows the room list and the timeline is hidden. This commit ensures that in this case, notifications are not suppressed.
Diffstat (limited to 'src')
-rw-r--r-- | src/ChatPage.cpp | 6 | ||||
-rw-r--r-- | src/ChatPage.h | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp |