Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Odoo-mobile/framework
/ restart
Method
restart
src/com/odoo/MainActivity.java:789–794 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
787
}
788
789
@Override
790
public
void
restart() {
791
Log.d(TAG,
"MainActivity->FragmentListener->restart()"
);
792
getIntent().putExtra(
"create_new_account"
, false);
793
init();
794
}
795
796
@Override
797
public
boolean isTwoPane() {
Callers
nothing calls this directly
Calls
1
init
Method · 0.95
Tested by
no test coverage detected