mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Remove CheckmarkDialog
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user