mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Create HabitTypeDialog
This commit is contained in:
@@ -61,14 +61,9 @@ public class ListHabitsMenuBehavior
|
||||
updateAdapterFilter();
|
||||
}
|
||||
|
||||
public void onCreateBooleanHabit()
|
||||
public void onCreateHabit()
|
||||
{
|
||||
screen.showCreateBooleanHabitScreen();
|
||||
}
|
||||
|
||||
public void onCreateNumericalHabit()
|
||||
{
|
||||
screen.showCreateNumericalHabitScreen();
|
||||
screen.showSelectHabitTypeDialog();
|
||||
}
|
||||
|
||||
public void onViewFAQ()
|
||||
@@ -150,12 +145,10 @@ public class ListHabitsMenuBehavior
|
||||
|
||||
void showAboutScreen();
|
||||
|
||||
void showCreateBooleanHabitScreen();
|
||||
|
||||
void showCreateNumericalHabitScreen();
|
||||
|
||||
void showFAQScreen();
|
||||
|
||||
void showSettingsScreen();
|
||||
|
||||
void showSelectHabitTypeDialog();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user