Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1408)

Unified Diff: sky/shell/apk/src/org/domokit/sky/shell/SkyShellActivity.java

Issue 936883002: Connect Sky and Ganesh in SkyShell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Address review comments Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/shell/apk/src/org/domokit/sky/shell/SkyShellActivity.java
diff --git a/sky/shell/apk/src/org/domokit/sky/shell/SkyShellActivity.java b/sky/shell/apk/src/org/domokit/sky/shell/SkyShellActivity.java
index a38d83e9ebaf75972c457aee7e63350aa8385cde..a4f2412c264faa513f483c196d1aaffa1b427ad6 100644
--- a/sky/shell/apk/src/org/domokit/sky/shell/SkyShellActivity.java
+++ b/sky/shell/apk/src/org/domokit/sky/shell/SkyShellActivity.java
@@ -18,7 +18,7 @@ public class SkyShellActivity extends Activity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
- SkyMain.ensureInitialized(this);
- SkyMain.start();
+ SkyMain.ensureInitialized(getApplicationContext());
+ setContentView(new PlatformView(this));
}
}
« no previous file with comments | « sky/shell/apk/src/org/domokit/sky/shell/SkyMain.java ('k') | sky/shell/apk/src/org/domokit/sky/shell/SkyShellApplication.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698