Skip to content

Commit

Permalink
Merge pull request #258 from pangeachat/stop-toolbar-closing
Browse files Browse the repository at this point in the history
Stop toolbar closing
  • Loading branch information
ggurdin authored May 29, 2024
2 parents ffe49bd + ffe76ca commit 6301394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pangea/choreographer/controllers/igc_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -237,7 +236,8 @@ class IgcController {

clear() {
igcTextData = null;
MatrixState.pAnyState.closeOverlay();
// Not sure why this is here
// MatrixState.pAnyState.closeOverlay();
}

bool get canSendMessage {
Expand Down

0 comments on commit 6301394

Please sign in to comment.