Skip to content

Commit

Permalink
Removed the commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
mitryp committed May 29, 2023
1 parent 65d1944 commit 35138c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/utils/mistake_popup.dart
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ class LanguageToolMistakePopup extends StatelessWidget {
}

double _calculateAvailableSpace(BuildContext context) {
// final margins = horizontalMargin * 2 + verticalMargin * 2;
final mediaQuery = MediaQuery.of(context);

final availableSpaceBottom = mediaQuery.size.height - mistakePosition.dy;
Expand Down

0 comments on commit 35138c8

Please sign in to comment.