Skip to content

Commit

Permalink
chore: Address feedback (remove redundant assignment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Aug 16, 2021
1 parent 3f03c60 commit 1303438
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,6 @@ public void SetIsPassword(bool isPassword)
if (_currentInputWidget is Entry entry)
{
entry.Visibility = !isPassword;
// InputPurpose doesn't have any visual effects.
entry.InputPurpose = InputPurpose.Password;
}
}
}
Expand Down

0 comments on commit 1303438

Please sign in to comment.