Skip to content

Commit

Permalink
Merge pull request #544 from openkraken/andycall-patch-2
Browse files Browse the repository at this point in the history
fix: fix launcher empty screen
  • Loading branch information
answershuto committed Aug 9, 2021
2 parents 4e402da + d8697c8 commit 4a33e10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kraken/lib/src/launcher/launcher.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ void launch({
if (window.physicalSize == Size.zero) {
window.onMetricsChanged = () async {
if (window.physicalSize == Size.zero) {
window.onMetricsChanged = _ordinaryOnMetricsChanged;
return;
}

Expand Down

0 comments on commit 4a33e10

Please sign in to comment.