Resolve bluetooth connection screen broken issue. 44/293844/1 accepted/tizen/unified/20230607.160250
authorAnuj Kumar Singh <anujk.singh@samsung.com>
Wed, 7 Jun 2023 04:43:19 +0000 (10:13 +0530)
committerAnuj Kumar Singh <anujk.singh@samsung.com>
Wed, 7 Jun 2023 04:56:15 +0000 (10:26 +0530)
Change-Id: I98387051c1f2f3d2c71f7f3601b461060eb70e2c
Signed-off-by: Anuj Kumar Singh <anujk.singh@samsung.com>
SettingBluetooth/SettingBluetooth/View/BtMainView.cs
packaging/org.tizen.cssetting-bluetooth-1.0.0.rpk

index e399dcc10897e9955c968f23b5002d3887da9e44..2bfc35e36eb9804dc6cd5a9df00b0d0332f7268e 100644 (file)
@@ -51,6 +51,11 @@ namespace SettingBluetooth
 
         public static View Create()
         {
+            if (mMainView)
+            {
+                return mMainView;
+            }
+
             mMainView = new View()
             {
                 Layout = new LinearLayout()
@@ -93,4 +98,4 @@ namespace SettingBluetooth
             return mMainView;
         }
     }
-}
\ No newline at end of file
+}
index c9255a9557a07405adc08ad7f90acb7ede08be58..dad83b6762c230a3debcd1f5db61a6d20a8e9b78 100644 (file)
Binary files a/packaging/org.tizen.cssetting-bluetooth-1.0.0.rpk and b/packaging/org.tizen.cssetting-bluetooth-1.0.0.rpk differ