Skip to content

Commit

Permalink
Fix closing the window
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Nov 30, 2022
1 parent beb68b8 commit 7d6e722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openandroidinstaller/views/success_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, state: AppState):
def build(
self,
):
def close_window():
def close_window(e):
logger.success("Success! Close the window.")
self.page.window_close()

Expand Down

0 comments on commit 7d6e722

Please sign in to comment.