fix setup process for new android users

This commit is contained in:
Phillip Thelen
2017-04-05 22:19:49 +02:00
parent 8e6f4a15a7
commit a3dd2f497e

View File

@@ -99,7 +99,7 @@ function _setUpNewUser (user) {
user.purchased.background.violet = true; user.purchased.background.violet = true;
user.preferences.background = 'violet'; user.preferences.background = 'violet';
if (user.registeredThrough === 'habitica-web' || user.registeredThrough === 'habitica-android') { if (user.registeredThrough === 'habitica-web') {
taskTypes = ['habit', 'daily', 'todo', 'reward', 'tag']; taskTypes = ['habit', 'daily', 'todo', 'reward', 'tag'];
_.each(iterableFlags.tutorial.common, (val, section) => { _.each(iterableFlags.tutorial.common, (val, section) => {