mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 10:34:07 +00:00
fdroid builds without Google and Hockey services
This commit is contained in:
17
src/App/Services/NoopPushNotificationService.cs
Normal file
17
src/App/Services/NoopPushNotificationService.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Bit.App.Abstractions;
|
||||
|
||||
namespace Bit.App.Services
|
||||
{
|
||||
public class NoopPushNotificationService : IPushNotificationService
|
||||
{
|
||||
public string Token => null;
|
||||
|
||||
public void Register()
|
||||
{
|
||||
}
|
||||
|
||||
public void Unregister()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user