Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 4b59b6f

Browse files
Automated dotnet-format update (#13872)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4361949 commit 4b59b6f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Xamarin.Forms.Platform.Tizen/Shell/TV/FlyoutItemTemplateSelector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public FlyoutItemTemplateSelector(INavigationView nv)
4242
Margin = new Thickness(nv.GetFlyoutMargin(), 0, 0, 0),
4343
};
4444
label.SetBinding(Label.TextProperty, new Binding("Title"));
45-
label.SetBinding(Label.TextColorProperty, new Binding("BackgroundColor", converter: new TextColorConverter(), source: grid));
45+
label.SetBinding(Label.TextColorProperty, new Binding("BackgroundColor", converter: new TextColorConverter(), source: grid));
4646

4747
grid.Children.Add(label, 1, 0);
4848

Xamarin.Forms.Platform.Tizen/Shell/TV/TVNavigationDrawer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ void UpdateBehavior(FlyoutBehavior behavior)
173173

174174
void OnMainBoxLayout()
175175
{
176-
if(_main != null)
176+
if (_main != null)
177177
{
178178
_main.Geometry = _mainBox.Geometry;
179179
}
@@ -237,7 +237,7 @@ void UpdateFocusPolicy()
237237
{
238238
if (_isOpen)
239239
{
240-
if(_behavior == FlyoutBehavior.Locked)
240+
if (_behavior == FlyoutBehavior.Locked)
241241
{
242242
_drawerBox.AllowTreeFocus = true;
243243
_mainBox.AllowTreeFocus = true;

Xamarin.Forms.Platform.Tizen/Shell/TV/TVNavigationView.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ void UpdateHeader(View header)
272272
{
273273
ResetHeader();
274274
}
275-
275+
276276
if (_nativeHeader != null)
277277
{
278278
_mainLayout.UnPack(_nativeHeader);
@@ -318,7 +318,7 @@ void UpdateHeaderBehavior()
318318
else
319319
{
320320
ResetHeader();
321-
if(_nativeHeader == null)
321+
if (_nativeHeader == null)
322322
{
323323
var renderer = Platform.GetOrCreateRenderer(_header);
324324
(renderer as LayoutRenderer)?.RegisterOnLayoutUpdated();

0 commit comments

Comments
 (0)