Skip to content

Commit 7d6e722

Browse files
committed
Fix closing the window
1 parent beb68b8 commit 7d6e722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openandroidinstaller/views/success_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __init__(self, state: AppState):
3232
def build(
3333
self,
3434
):
35-
def close_window():
35+
def close_window(e):
3636
logger.success("Success! Close the window.")
3737
self.page.window_close()
3838

0 commit comments

Comments
 (0)