From: Anuj Kumar Singh Date: Wed, 7 Jun 2023 04:43:19 +0000 (+0530) Subject: Resolve bluetooth connection screen broken issue. X-Git-Tag: accepted/tizen/unified/20230607.160250^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd04eed6889b3c54010e86fdd9ad00325eb6c0d8;p=profile%2Fiot%2Fapps%2Fdotnet%2Fsetting-bluetooth.git Resolve bluetooth connection screen broken issue. Change-Id: I98387051c1f2f3d2c71f7f3601b461060eb70e2c Signed-off-by: Anuj Kumar Singh --- diff --git a/SettingBluetooth/SettingBluetooth/View/BtMainView.cs b/SettingBluetooth/SettingBluetooth/View/BtMainView.cs index e399dcc..2bfc35e 100644 --- a/SettingBluetooth/SettingBluetooth/View/BtMainView.cs +++ b/SettingBluetooth/SettingBluetooth/View/BtMainView.cs @@ -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 +} diff --git a/packaging/org.tizen.cssetting-bluetooth-1.0.0.rpk b/packaging/org.tizen.cssetting-bluetooth-1.0.0.rpk index c9255a9..dad83b6 100644 Binary files a/packaging/org.tizen.cssetting-bluetooth-1.0.0.rpk and b/packaging/org.tizen.cssetting-bluetooth-1.0.0.rpk differ