HabitPickerDialog: Show "no habits found" message

This commit is contained in:
2020-08-23 14:39:11 -05:00
parent cddbf558e6
commit e8e52db9b1
5 changed files with 49 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
android:previewImage="@drawable/widget_preview_streaks"
android:resizeMode="vertical|horizontal"
android:updatePeriodMillis="3600000"
android:configure="org.isoron.uhabits.widgets.activities.NumericalHabitPickerDialog"
android:configure="org.isoron.uhabits.widgets.activities.BooleanHabitPickerDialog"
android:widgetCategory="home_screen">
</appwidget-provider>

View File

@@ -27,7 +27,7 @@
android:previewImage="@drawable/widget_preview_target"
android:resizeMode="vertical|horizontal"
android:updatePeriodMillis="3600000"
android:configure="org.isoron.uhabits.widgets.activities.BooleanHabitPickerDialog"
android:configure="org.isoron.uhabits.widgets.activities.NumericalHabitPickerDialog"
android:widgetCategory="home_screen">
</appwidget-provider>