fix null potential defect
authorYurii Zinchuk/Tizen Services & IoT (PLT) /SRPOL/Engineer/Samsung Electronics <y.zinchuk@samsung.com>
Wed, 6 Dec 2023 10:07:54 +0000 (11:07 +0100)
committerPiotr Czaja/Tizen Services & IoT (PLT) /SRPOL/Engineer/Samsung Electronics <p.czaja@samsung.com>
Wed, 6 Dec 2023 10:35:05 +0000 (11:35 +0100)
SettingView/SettingView.cs

index a8d26471e94f0636957fe10935cff9ebbd7d97f6..e5e195982e97825dfd831e0d9274a34f50132f91 100644 (file)
@@ -411,7 +411,7 @@ namespace SettingView
                         {
                             row.Relayout += (s, e) =>
                             {
-                                stopwatch?.Stop();
+                                stopwatch.Stop();
                                 Logger.Performance($"UICompleted items: {stopwatch.Elapsed.TotalMilliseconds}");
                             };
                         }