Skip to content

Commit 3d43a27

Browse files
changkunhyangah
authored andcommitted
app: remove outdated TODO of app termination
This was resolved in CL 11733. The "C.stopApp()" triggers the termination of an app. Change-Id: I48d4b798e42bc0c8b780ed5c0ec50968b62d0afa Reviewed-on: https://go-review.googlesource.com/c/mobile/+/369199 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
1 parent 29d5ad4 commit 3d43a27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/darwin_desktop.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ func main(f func(App)) {
5959
go func() {
6060
f(theApp)
6161
C.stopApp()
62-
// TODO(crawshaw): trigger runApp to return
6362
}()
6463

6564
C.runApp()

0 commit comments

Comments
 (0)