mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-23 08:22:32 -04:00
By catching the exception here and returning null, the problem is then passed on further down the line where it is harder to debug. The hash is required wherever this method is called, so this should fail immediately. #699