exit share extension?
-
must click "Done" on right top corner to exit the mini pythonista?
ususally the share sheet disappears after execute sth.
why not pythonista? seems strange
-
You can add
appex.finish()
at the end of your script to close the share sheet.
-
good.
so some useful function is undocumented, the best way is to check it using help(appex)
-
Yeah, I think
appex.finish
is still undocumented, but it's safe to use.