mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 23:59:18 +08:00
Fixed a few return types of internal calls.
This commit is contained in:
parent
b2f70fb2af
commit
07f538fb0b
1
.idea/dictionaries/ericf.xml
generated
1
.idea/dictionaries/ericf.xml
generated
@ -1216,6 +1216,7 @@
|
|||||||
<w>painttxtattr</w>
|
<w>painttxtattr</w>
|
||||||
<w>palmos</w>
|
<w>palmos</w>
|
||||||
<w>pandoc</w>
|
<w>pandoc</w>
|
||||||
|
<w>pandroid</w>
|
||||||
<w>parsermodule</w>
|
<w>parsermodule</w>
|
||||||
<w>partyqueue</w>
|
<w>partyqueue</w>
|
||||||
<w>partyval</w>
|
<w>partyval</w>
|
||||||
|
|||||||
@ -1999,7 +1999,7 @@ def get_display_resolution() -> Tuple[int, int]:
|
|||||||
|
|
||||||
|
|
||||||
def get_foreground_host_activity() -> ba.Activity:
|
def get_foreground_host_activity() -> ba.Activity:
|
||||||
"""get_foreground_host_activity() -> ba.Activity
|
"""get_foreground_host_activity() -> Optional[ba.Activity]
|
||||||
|
|
||||||
(internal)
|
(internal)
|
||||||
|
|
||||||
@ -2011,7 +2011,7 @@ def get_foreground_host_activity() -> ba.Activity:
|
|||||||
|
|
||||||
|
|
||||||
def get_foreground_host_session() -> ba.Session:
|
def get_foreground_host_session() -> ba.Session:
|
||||||
"""get_foreground_host_session() -> ba.Session
|
"""get_foreground_host_session() -> Optional[ba.Session]
|
||||||
|
|
||||||
(internal)
|
(internal)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user