Loading app/src/main/java/foundation/e/drive/activity/AccountsActivity.java +2 −2 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ public class AccountsActivity extends AppCompatActivity { String usedShownQuota = "?"; try { final long totalQuotaLong = Long.parseLong(totalQuota); if (totalQuotaLong > 0) { if (totalQuotaLong >= 0) { totalShownQuota = CommonUtils.humanReadableByteCountBin(totalQuotaLong); } } catch (NumberFormatException ignored) { Loading @@ -102,7 +102,7 @@ public class AccountsActivity extends AppCompatActivity { try { final long usedQuotaLong = Long.parseLong(usedQuota); if (usedQuotaLong > 0) { if (usedQuotaLong >= 0) { usedShownQuota = CommonUtils.humanReadableByteCountBin(usedQuotaLong); } } catch (NumberFormatException ignore) { Loading app/src/main/java/foundation/e/drive/widgets/EDriveWidget.java +2 −2 Original line number Diff line number Diff line Loading @@ -220,7 +220,7 @@ public class EDriveWidget extends AppWidgetProvider { String usedShownQuota = "?"; try { final long totalQuotaLong = Long.parseLong(totalQuota); if (totalQuotaLong > 0) { if (totalQuotaLong >= 0) { totalShownQuota = CommonUtils.humanReadableByteCountBin(totalQuotaLong); } } catch (NumberFormatException ignored) { Loading @@ -229,7 +229,7 @@ public class EDriveWidget extends AppWidgetProvider { try { final long usedQuotaLong = Long.parseLong(usedQuota); if (usedQuotaLong > 0) { if (usedQuotaLong >= 0) { usedShownQuota = CommonUtils.humanReadableByteCountBin(usedQuotaLong); } } catch (NumberFormatException ignore) { Loading Loading
app/src/main/java/foundation/e/drive/activity/AccountsActivity.java +2 −2 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ public class AccountsActivity extends AppCompatActivity { String usedShownQuota = "?"; try { final long totalQuotaLong = Long.parseLong(totalQuota); if (totalQuotaLong > 0) { if (totalQuotaLong >= 0) { totalShownQuota = CommonUtils.humanReadableByteCountBin(totalQuotaLong); } } catch (NumberFormatException ignored) { Loading @@ -102,7 +102,7 @@ public class AccountsActivity extends AppCompatActivity { try { final long usedQuotaLong = Long.parseLong(usedQuota); if (usedQuotaLong > 0) { if (usedQuotaLong >= 0) { usedShownQuota = CommonUtils.humanReadableByteCountBin(usedQuotaLong); } } catch (NumberFormatException ignore) { Loading
app/src/main/java/foundation/e/drive/widgets/EDriveWidget.java +2 −2 Original line number Diff line number Diff line Loading @@ -220,7 +220,7 @@ public class EDriveWidget extends AppWidgetProvider { String usedShownQuota = "?"; try { final long totalQuotaLong = Long.parseLong(totalQuota); if (totalQuotaLong > 0) { if (totalQuotaLong >= 0) { totalShownQuota = CommonUtils.humanReadableByteCountBin(totalQuotaLong); } } catch (NumberFormatException ignored) { Loading @@ -229,7 +229,7 @@ public class EDriveWidget extends AppWidgetProvider { try { final long usedQuotaLong = Long.parseLong(usedQuota); if (usedQuotaLong > 0) { if (usedQuotaLong >= 0) { usedShownQuota = CommonUtils.humanReadableByteCountBin(usedQuotaLong); } } catch (NumberFormatException ignore) { Loading