Some small stuff....

This commit is contained in:
sockenklaus
2022-07-16 12:57:26 +02:00
parent 8f84270e33
commit 5e03930d6f
3 changed files with 13 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
package com.sockenklaus.batterytracker.ui.fragments
import android.app.DatePickerDialog
import android.os.Bundle
import androidx.fragment.app.Fragment
import android.view.LayoutInflater
@@ -103,6 +104,9 @@ class AddBatteryFragment : Fragment() {
return view
}
/*
TODO: Implement the action
*/
private fun saveBattery() {
}
@@ -114,7 +118,7 @@ class AddBatteryFragment : Fragment() {
}
/*companion object {
*//**
* Use this factory method to create a new instance of
* this fragment using the provided parameters.
*