Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

Allow to hide Pause button in a notification

Open aartikov opened this issue 4 years ago • 2 comments

I don't need a Pause button in a notification for my application. It is required a lot of copy-paste to hide this button: https://gist.github.com/aartikov/9e2c383fbdaaddc71602fe48a3f92fde Could you please make it simpler?

aartikov avatar Jan 25 '21 09:01 aartikov

Instead of using Fetch DefaultFetchNotificationManager(context).Use a notification of your own. I will provide gist for that Gist. If you any doubt, please ask

InfiniteCoder06 avatar Jan 27 '21 05:01 InfiniteCoder06

@aartikov as @Hacker437 recommended. It would be much easier and flexible to create your own Fetch NotificationManager that you can pass into the fetch builder.

tonyofrancis avatar Jan 30 '21 19:01 tonyofrancis