mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 06:43:17 +00:00
[PM-868] Re-open app to item could crash the app (#2813)
* [PM-868] Check for previous page before loading vault. Remove exception throw. * [PM-868] Continue to throw exceptions
This commit is contained in:
@@ -38,6 +38,10 @@ namespace Bit.iOS.Core.Renderers.CollectionView
|
||||
// Do nothing in here, this is temporary to get more info about the crash, if the logger fails, we want to get the info
|
||||
// by crashing with the original exception and not the logger one
|
||||
}
|
||||
if (ex is IndexOutOfRangeException)
|
||||
{
|
||||
return;
|
||||
}
|
||||
throw colEx;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user