mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-05 09:01:11 +01:00
Fix crash from SelectableLabelRenderer (#1570)
This commit is contained in:
parent
69650a1ab5
commit
3eec349038
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user