You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could replace it by BigInteger::intValue which does not throw and Error if too large for an int, or write our own implementation to ensure the app works on older devices.
The text was updated successfully, but these errors were encountered:
We could replace it by
BigInteger::intValue
which does not throw and Error if too large for an int, or write our own implementation to ensure the app works on older devices.The text was updated successfully, but these errors were encountered: