mirror of
https://github.com/netbirdio/gomobile-tvos-fork.git
synced 2026-05-22 18:43:29 -07:00
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>
This commit is contained in:
committed by
Hyang-Ah Hana Kim
parent
29d5ad490c
commit
3d43a2788e
@@ -59,7 +59,6 @@ func main(f func(App)) {
|
||||
go func() {
|
||||
f(theApp)
|
||||
C.stopApp()
|
||||
// TODO(crawshaw): trigger runApp to return
|
||||
}()
|
||||
|
||||
C.runApp()
|
||||
|
||||
Reference in New Issue
Block a user