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

Commit c232152

Browse files
committed
Use tabs
1 parent 552fcf3 commit c232152

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

samples/XCT.Sample/ViewModels/TestCases/TestCasesGalleryViewModel.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ protected override IEnumerable<SectionModel> CreateItems() => new[]
3333
typeof(PopupModalPage),
3434
"Popup into modal",
3535
"Using Popup into modal page show the popup"),
36-
37-
new SectionModel(
36+
37+
new SectionModel(
3838
typeof(LinkerCameraViewPage),
3939
"Linker for CameraView",
4040
"Make sure that Linker is keeping the MediaCaptured and MediaCaptureFailed events if they are used."),
41-
41+
4242
new SectionModel(
4343
typeof(SnackBarActionExceptionPage),
4444
"SnackBar Action Exception",

src/CommunityToolkit/Xamarin.CommunityToolkit/Views/Snackbar/SnackBar.gtk.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ HBox GetSnackBarLayout(Container? container, SnackBarOptions arguments)
5959
button.Clicked += async (sender, e) =>
6060
{
6161
snackBarTimer?.Stop();
62-
try
63-
{
62+
try
63+
{
6464
if (action.Action != null)
6565
await action.Action();
6666

src/CommunityToolkit/Xamarin.CommunityToolkit/Views/Snackbar/SnackBar.tizen.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ internal ValueTask Show(Forms.VisualElement sender, SnackBarOptions arguments)
2828
ok.Clicked += async (s, evt) =>
2929
{
3030
snackBarDialog.Dismiss();
31-
try
32-
{
31+
try
32+
{
3333
if (action.Action != null)
3434
await action.Action();
3535

0 commit comments

Comments
 (0)