diff cagou/core/platform_/android.py @ 413:c466678c57b2

chat: control send button visibility in core.platform_, and show it when there are attachments
author Goffi <goffi@goffi.org>
date Sun, 23 Feb 2020 15:39:06 +0100
parents b0af45a92055
children b51c10cc7325
line wrap: on
line diff
--- a/cagou/core/platform_/android.py	Sun Feb 23 15:39:03 2020 +0100
+++ b/cagou/core/platform_/android.py	Sun Feb 23 15:39:06 2020 +0100
@@ -71,6 +71,7 @@
 
 
 class Platform(BasePlatform):
+    send_button_visible = True
 
     def __init__(self):
         super().__init__()