|
|
@ -51,6 +51,7 @@ import org.isoron.uhabits.core.ui.views.OnDateClickedListener
|
|
|
|
import org.isoron.uhabits.intents.IntentFactory
|
|
|
|
import org.isoron.uhabits.intents.IntentFactory
|
|
|
|
import org.isoron.uhabits.utils.currentTheme
|
|
|
|
import org.isoron.uhabits.utils.currentTheme
|
|
|
|
import org.isoron.uhabits.utils.dismissCurrentAndShow
|
|
|
|
import org.isoron.uhabits.utils.dismissCurrentAndShow
|
|
|
|
|
|
|
|
import org.isoron.uhabits.utils.dismissCurrentDialog
|
|
|
|
import org.isoron.uhabits.utils.showMessage
|
|
|
|
import org.isoron.uhabits.utils.showMessage
|
|
|
|
import org.isoron.uhabits.utils.showSendFileScreen
|
|
|
|
import org.isoron.uhabits.utils.showSendFileScreen
|
|
|
|
import org.isoron.uhabits.widgets.WidgetUpdater
|
|
|
|
import org.isoron.uhabits.widgets.WidgetUpdater
|
|
|
@ -129,6 +130,7 @@ class ShowHabitActivity : AppCompatActivity(), CommandRunner.Listener {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
override fun onPause() {
|
|
|
|
override fun onPause() {
|
|
|
|
|
|
|
|
dismissCurrentDialog()
|
|
|
|
commandRunner.removeListener(this)
|
|
|
|
commandRunner.removeListener(this)
|
|
|
|
super.onPause()
|
|
|
|
super.onPause()
|
|
|
|
}
|
|
|
|
}
|
|
|
|