Remove CheckmarkDialog

This commit is contained in:
2022-04-15 08:38:13 -05:00
parent 825a5f2cb9
commit f04e37e905
7 changed files with 0 additions and 286 deletions

View File

@@ -19,7 +19,6 @@
package org.isoron.uhabits.core.ui.screens.habits.list
import org.isoron.platform.gui.ScreenLocation
import org.isoron.platform.time.LocalDate
import org.isoron.uhabits.core.commands.CommandRunner
import org.isoron.uhabits.core.commands.CreateRepetitionCommand
import org.isoron.uhabits.core.models.Frequency
@@ -178,15 +177,6 @@ open class ListHabitsBehavior @Inject constructor(
location: ScreenLocation,
callback: CheckMarkDialogCallback
)
fun showCheckmarkDialog(
selectedValue: Int,
notes: String,
date: LocalDate,
dateString: String,
color: PaletteColor,
callback: CheckMarkDialogCallback
)
fun showSendBugReportToDeveloperScreen(log: String)
fun showSendFileScreen(filename: String)
}

View File

@@ -214,15 +214,6 @@ class HistoryCardPresenter(
callback: ListHabitsBehavior.NumberPickerCallback
)
fun showCheckmarkDialog(
selectedValue: Int,
notes: String,
date: LocalDate,
preferences: Preferences,
color: PaletteColor,
callback: ListHabitsBehavior.CheckMarkDialogCallback,
)
fun showCheckmarkPopup(
selectedValue: Int,
notes: String,