From f4d50e0743a804312cc08adf7f78583cb24cc48e Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Fri, 20 Jan 2017 18:12:50 +0530 Subject: [PATCH] create another activity --- shell/contents/layout.js | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/contents/layout.js b/shell/contents/layout.js index 4304d939..e7c3c21c 100644 --- a/shell/contents/layout.js +++ b/shell/contents/layout.js @@ -27,3 +27,4 @@ if (screenGeometry(bottomPanel.screen).height > screenGeometry(bottomPanel.scree else bottomPanel.height = 60; +createActivity("Activity 2");