mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
bugfix: add null-check in View-Setter method
This commit is contained in:
committed by
alexiscatnip
parent
fbb2b946a6
commit
6308797892
@@ -130,6 +130,8 @@ namespace Raindrop.UI.Login
|
||||
|
||||
private void SetLoginButtonVisibilty(bool _)
|
||||
{
|
||||
if (LoginButton == null)
|
||||
return;
|
||||
LoginButton.interactable = _;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user