mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
Fix crash from SelectableLabelRenderer (#1570)
This commit is contained in:
@@ -17,6 +17,11 @@ namespace Bit.iOS.Core.Renderers
|
||||
{
|
||||
base.OnElementChanged(e);
|
||||
|
||||
if (e.OldElement != null || Element == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (Control == null)
|
||||
{
|
||||
uiTextView = new UITextView();
|
||||
|
||||
Reference in New Issue
Block a user