This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed
support-compat/source/Additions Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 44namespace Android . Support . Design . Internal
55{
66
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+ }
2222
2323}
2424
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ public partial class Action
5252 return _GetRemoteInputs ( ) ;
5353 }
5454
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+ // }
5959
6060 }
6161 }
You can’t perform that action at this time.
0 commit comments