ProfileHelperActivity fix

This commit is contained in:
Milos Kozak 2021-02-16 15:28:42 +01:00
parent b1b318dd5e
commit b7c93ac1a3

View file

@ -131,6 +131,7 @@ class ProfileHelperActivity : NoSplashAppCompatActivity() {
// Default profile // Default profile
binding.copytolocalprofile.setOnClickListener { binding.copytolocalprofile.setOnClickListener {
storeValues()
val age = ageUsed[tabSelected] val age = ageUsed[tabSelected]
val weight = weightUsed[tabSelected] val weight = weightUsed[tabSelected]
val tdd = tddUsed[tabSelected] val tdd = tddUsed[tabSelected]