We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caab563 commit e7e2e4fCopy full SHA for e7e2e4f
internal_filesystem/lib/mpos/app/app.py
@@ -1,5 +1,4 @@
1
import ujson
2
-#from ..content.intent import Intent # optional, if App uses Intent
3
from ..navigator import ActivityNavigator
4
5
class App:
internal_filesystem/lib/mpos/navigator.py
@@ -1,13 +1,11 @@
import utime
from .content.intent import Intent
-
from .content.pm import PackageManager
6
import mpos.ui
7
8
class ActivityNavigator:
9
- #handlersa = PackageManager.APP_REGISTRY.get(intent.action, [])
10
+
11
@staticmethod
12
def startActivity(intent):
13
if not isinstance(intent, Intent):
0 commit comments