Commit 20a34f2
committed
Refactor service provider usage and clean up context
Updated `InitializeServicesAndSetMockApplication` to use
`serviceProvider` for setting the Maui context. Removed
unnecessary `using` directive and `AnimationManager`
property from `HandlersContextStub`, indicating a
refactor of animation management functionality.1 parent bd69db1 commit 20a34f2
File tree
2 files changed
+2
-7
lines changed- src/CommunityToolkit.Maui.UnitTests
- Mocks
2 files changed
+2
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | | - | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
17 | | - | |
18 | | - | |
19 | 14 | | |
0 commit comments