mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Code style fixes
This commit is contained in:
@@ -50,7 +50,7 @@ class ConfirmDeleteDialog(
|
||||
|
||||
HabitsApplication.currentDialog = this
|
||||
|
||||
this.setOnDismissListener{
|
||||
this.setOnDismissListener {
|
||||
HabitsApplication.currentDialog = null
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,7 +36,6 @@ import org.isoron.uhabits.core.ui.views.HistoryChart
|
||||
import org.isoron.uhabits.core.ui.views.LightTheme
|
||||
import org.isoron.uhabits.core.ui.views.OnDateClickedListener
|
||||
import org.isoron.uhabits.core.utils.DateUtils
|
||||
import org.isoron.uhabits.inject.HabitsApplicationComponent
|
||||
import java.util.Locale
|
||||
import kotlin.math.min
|
||||
|
||||
|
||||
Reference in New Issue
Block a user