Commit 80066912 authored by yogevbd's avatar yogevbd

Remove consumeBackgroundQueue api

parent 44ff7ff4
...@@ -167,10 +167,6 @@ export default class NotificationsIOS { ...@@ -167,10 +167,6 @@ export default class NotificationsIOS {
NativeRNNotifications.backgroundTimeRemaining(callback); NativeRNNotifications.backgroundTimeRemaining(callback);
} }
static consumeBackgroundQueue() {
// NativeRNNotifications.consumeBackgroundQueue();
}
static log(message: string) { static log(message: string) {
NativeRNNotifications.log(message); NativeRNNotifications.log(message);
} }
......
...@@ -21,7 +21,6 @@ describe('NotificationsIOS', () => { ...@@ -21,7 +21,6 @@ describe('NotificationsIOS', () => {
abandonPermissions: jest.fn(), abandonPermissions: jest.fn(),
registerPushKit: jest.fn(), registerPushKit: jest.fn(),
backgroundTimeRemaining: jest.fn(), backgroundTimeRemaining: jest.fn(),
consumeBackgroundQueue: jest.fn(),
localNotification: jest.fn(), localNotification: jest.fn(),
cancelLocalNotification: jest.fn(), cancelLocalNotification: jest.fn(),
cancelAllLocalNotifications: jest.fn(), cancelAllLocalNotifications: jest.fn(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment