🛠️ Fix incorrect variable placement
This commit is contained in:
parent
995f371d5a
commit
169b939523
1 changed files with 1 additions and 1 deletions
|
|
@ -5,9 +5,9 @@ import android.content.Intent
|
||||||
import android.widget.Toast
|
import android.widget.Toast
|
||||||
import androidx.activity.ComponentActivity
|
import androidx.activity.ComponentActivity
|
||||||
|
|
||||||
fun String.removeTrailingZero(): String {
|
|
||||||
var toast: Toast? = null
|
var toast: Toast? = null
|
||||||
|
|
||||||
|
fun String.removeTrailingZero(): String {
|
||||||
if (!this.contains('.'))
|
if (!this.contains('.'))
|
||||||
return this
|
return this
|
||||||
return this
|
return this
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue