mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-21 23:30:12 +00:00
fix: prevent NullReferenceException in TimeoutController
This commit is contained in:
@@ -99,7 +99,7 @@ namespace Cysharp.Threading.Tasks
|
|||||||
|
|
||||||
public void Reset()
|
public void Reset()
|
||||||
{
|
{
|
||||||
timer.Stop();
|
timer?.Stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
|
|||||||
Reference in New Issue
Block a user