Loading app/src/main/java/foundation/e/advancedprivacy/common/BigNumberFormatter.kt +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ class BigNumberFormatter(context: Context) { return try { formatter.format(number.toLong()) } catch (e: Exception) { } catch (_: NumberFormatException) { number } } Loading Loading
app/src/main/java/foundation/e/advancedprivacy/common/BigNumberFormatter.kt +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ class BigNumberFormatter(context: Context) { return try { formatter.format(number.toLong()) } catch (e: Exception) { } catch (_: NumberFormatException) { number } } Loading