projects
/
platform
/
core
/
csapi
/
tizenfx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8acc607
)
[Camera] Fix null reference bug (#1234)
author
hsgwon
<haesu.gwon@samsung.com>
Tue, 24 Dec 2019 06:40:18 +0000
(15:40 +0900)
committer
GitHub
<noreply@github.com>
Tue, 24 Dec 2019 06:40:18 +0000
(15:40 +0900)
src/Tizen.Multimedia.Camera/Camera/CameraCapabilities.cs
patch
|
blob
|
history
diff --git
a/src/Tizen.Multimedia.Camera/Camera/CameraCapabilities.cs
b/src/Tizen.Multimedia.Camera/Camera/CameraCapabilities.cs
index
6c84c48
..
a7f9192
100644
(file)
--- a/
src/Tizen.Multimedia.Camera/Camera/CameraCapabilities.cs
+++ b/
src/Tizen.Multimedia.Camera/Camera/CameraCapabilities.cs
@@
-538,7
+538,7
@@
namespace Tizen.Multimedia
{
get
{
- if (_ptzTypes
.Count == 0
)
+ if (_ptzTypes
== null
)
{
_ptzTypes = GetSupportedPtzTypes();
}