Changed habit type selection to dropdown instead of popup message (#498)

This commit is contained in:
Tthecreator
2019-08-12 19:39:44 +02:00
committed by Alinson Xavier
parent ec2fa16fab
commit 3e2cf48223
8 changed files with 44 additions and 54 deletions

View File

@@ -196,14 +196,6 @@ public class PreferencesTest extends BaseUnitTest
assertTrue(prefs.isShortToggleEnabled());
}
@Test
public void testNumericalHabits() throws Exception
{
assertFalse(prefs.isNumericalHabitsFeatureEnabled());
prefs.setNumericalHabitsFeatureEnabled(true);
assertTrue(prefs.isNumericalHabitsFeatureEnabled());
}
@Test
public void testDeveloper() throws Exception
{