Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit e6208ed

Browse files
committed
Bring back some compat additions for stable
1 parent 124f6ea commit e6208ed

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

support-compat/source/Additions/Additions.cs

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)