Keep toolbar from closing on own
This commit is contained in:
parent
14c25c0ec0
commit
1d7abf45ff
1 changed files with 1 additions and 2 deletions
|
|
@ -12,7 +12,6 @@ import 'package:flutter/foundation.dart';
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:sentry_flutter/sentry_flutter.dart';
|
||||
|
||||
import '../../../widgets/matrix.dart';
|
||||
import '../../models/language_detection_model.dart';
|
||||
import '../../models/span_card_model.dart';
|
||||
import '../../repo/span_data_repo.dart';
|
||||
|
|
@ -237,7 +236,7 @@ class IgcController {
|
|||
|
||||
clear() {
|
||||
igcTextData = null;
|
||||
MatrixState.pAnyState.closeOverlay();
|
||||
// MatrixState.pAnyState.closeOverlay();
|
||||
}
|
||||
|
||||
bool get canSendMessage {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue