This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree 2 files changed +19
-19
lines changed
support-compat/source/Additions
2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 4
4
namespace Android . Support . Design . Internal
5
5
{
6
6
7
- // public partial class NavigationMenuItemView
8
- // {
9
- // public void SetEnabled (bool enabled)
10
- // {
11
- // Enabled = enabled;
12
- // }
13
- // }
14
-
15
- // public partial class BottomNavigationItemView
16
- // {
17
- // public void SetEnabled (bool enabled)
18
- // {
19
- // Enabled = enabled;
20
- // }
21
- // }
7
+ public partial class NavigationMenuItemView
8
+ {
9
+ public void SetEnabled ( bool enabled )
10
+ {
11
+ Enabled = enabled ;
12
+ }
13
+ }
14
+
15
+ public partial class BottomNavigationItemView
16
+ {
17
+ public void SetEnabled ( bool enabled )
18
+ {
19
+ Enabled = enabled ;
20
+ }
21
+ }
22
22
23
23
}
24
24
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ public partial class Action
52
52
return _GetRemoteInputs ( ) ;
53
53
}
54
54
55
- public override global ::Android . Support . V4 . App . RemoteInputCompatBase . RemoteInput [ ] GetDataOnlyRemoteInputs ( )
56
- {
57
- return _GetDataOnlyRemoteInputs ( ) ;
58
- }
55
+ // public override global::Android.Support.V4.App.RemoteInputCompatBase.RemoteInput[] GetDataOnlyRemoteInputs()
56
+ // {
57
+ // return _GetDataOnlyRemoteInputs();
58
+ // }
59
59
60
60
}
61
61
}
You can’t perform that action at this time.
0 commit comments