mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
handle some crash cases
This commit is contained in:
@@ -122,8 +122,8 @@ namespace Bit.Android
|
||||
root.Dispose();
|
||||
e.Dispose();
|
||||
}
|
||||
// Some unknown condition is causing NullReferenceException's in production. Suppress it for now.
|
||||
catch(NullReferenceException) { }
|
||||
// Suppress exceptions so that service doesn't crash
|
||||
catch { }
|
||||
}
|
||||
|
||||
public override void OnInterrupt()
|
||||
|
||||
Reference in New Issue
Block a user