This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
support-compat/source/Additions Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -41,24 +41,24 @@ static IntPtr n_EntrySet (IntPtr jnienv, IntPtr native__this)
4141 }
4242}
4343
44- // namespace Android.Support.V4.App
45- // {
46- // public partial class NotificationCompat
47- // {
48- // public partial class Action
49- // {
50- // public override global::Android.Support.V4.App.RemoteInputCompatBase.RemoteInput [] GetRemoteInputs ()
51- // {
52- // return _GetRemoteInputs ();
53- // }
44+ namespace Android . Support . V4 . App
45+ {
46+ public partial class NotificationCompat
47+ {
48+ public partial class Action
49+ {
50+ public override global ::Android . Support . V4 . App . RemoteInputCompatBase . RemoteInput [ ] GetRemoteInputs ( )
51+ {
52+ return _GetRemoteInputs ( ) ;
53+ }
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
60- // }
61- // }
62- // }
60+ }
61+ }
62+ }
6363
6464
You can’t perform that action at this time.
0 commit comments