From 3b265922fdf8817dab9115fd128ddf731126e2c5 Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Tue, 23 Jan 2018 12:42:26 +0530 Subject: [PATCH] Don't create another activity FIXME: revert, only done for testing --- shell/contents/layout.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/shell/contents/layout.js b/shell/contents/layout.js index a5457318..2b3a12de 100644 --- a/shell/contents/layout.js +++ b/shell/contents/layout.js @@ -21,7 +21,3 @@ if (screenGeometry(bottomPanel.screen).height > screenGeometry(bottomPanel.scree bottomPanel.height = 150; else bottomPanel.height = 60; - -if (activities().length < 2) { - createActivity("Activity 2"); -}