mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-14 04:58:52 -06:00
Corrected ktlint stuff
This commit is contained in:
@@ -20,7 +20,6 @@ package org.isoron.uhabits.activities.habits.show
|
||||
|
||||
import android.content.ContentUris
|
||||
import android.os.Bundle
|
||||
import android.util.Log
|
||||
import android.view.HapticFeedbackConstants
|
||||
import android.view.Menu
|
||||
import android.view.MenuItem
|
||||
@@ -174,7 +173,7 @@ class ShowHabitActivity : AppCompatActivity(), CommandRunner.Listener {
|
||||
frequency: Frequency,
|
||||
callback: ListHabitsBehavior.NumberPickerCallback
|
||||
) {
|
||||
if(!NumberPickerFactory.numberPickerAlreadyExists()) {
|
||||
if (!NumberPickerFactory.numberPickerAlreadyExists()) {
|
||||
NumberPickerFactory(this@ShowHabitActivity).create(
|
||||
value,
|
||||
unit,
|
||||
|
||||
Reference in New Issue
Block a user