mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 10:32:46 +02:00
Fixed keyboard color when entering bug report (#1720)
Signed-off-by: Dawid Rączka <dawidraczka@gmail.com>
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
_bugReportDescriptionTextView.layer.borderWidth = 1.0f;
|
||||
_bugReportDescriptionTextView.text = nil;
|
||||
_bugReportDescriptionTextView.delegate = self;
|
||||
_bugReportDescriptionTextView.keyboardAppearance = kRiotKeyboard;
|
||||
|
||||
if (_reportCrash)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user