Skip to content

v2.0.1: Format balance score to whole number

Latest

Choose a tag to compare

@qcgm1978 qcgm1978 released this 18 Sep 17:01
· 1 commit to revelation since this release
The balance score displayed in `BalanceFragment` is now formatted to show as a whole number instead of a decimal. This is achieved by changing the format specifier in `String.format` from `%.1f` to `%.0f`.

Additionally, the `@SuppressLint("UnsafeRepeatOnLifecycleDetector")` annotation has been added to the `onViewCreated` method.