Don't create another activity

FIXME: revert, only done for testing
This commit is contained in:
Bhushan Shah 2018-01-23 12:42:26 +05:30
parent e020b4da9f
commit 3b265922fd

View file

@ -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");
}