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

Unified Diff: sky/apk/demo/org/domokit/sky/demo/SkyDemoActivity.java

Issue 1178293004: Port sky_home to the new SkyView world (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | sky/examples/game/main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/apk/demo/org/domokit/sky/demo/SkyDemoActivity.java
diff --git a/sky/apk/demo/org/domokit/sky/demo/SkyDemoActivity.java b/sky/apk/demo/org/domokit/sky/demo/SkyDemoActivity.java
index 17bad8fb90fca569b8f9dcf5fc9a92a399a1312e..fcc2a23d018eb93fd6753656d3c8316131a29c4c 100644
--- a/sky/apk/demo/org/domokit/sky/demo/SkyDemoActivity.java
+++ b/sky/apk/demo/org/domokit/sky/demo/SkyDemoActivity.java
@@ -22,7 +22,7 @@ public class SkyDemoActivity extends SkyActivity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
- String url = "https://domokit.github.io/sky_home";
+ String url = "https://domokit.github.io/home.dart";
Intent intent = getIntent();
if (Intent.ACTION_VIEW.equals(intent.getAction())) {
Uri skyUri = intent.getData();
« no previous file with comments | « no previous file | sky/examples/game/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698