From e1e6de809d7d4a0c4e646bfb2909a9acac8c71b4 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 28 Feb 2021 10:58:17 +0100 Subject: [PATCH] copy release notes --- .../services/LiveNotificationService.java | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 app/src/common/java/app/fedilab/android/services/LiveNotificationService.java diff --git a/app/src/common/java/app/fedilab/android/services/LiveNotificationService.java b/app/src/common/java/app/fedilab/android/services/LiveNotificationService.java deleted file mode 100644 index 1e4bf19c3..000000000 --- a/app/src/common/java/app/fedilab/android/services/LiveNotificationService.java +++ /dev/null @@ -1,23 +0,0 @@ -package app.fedilab.android.services; -/* Copyright 2020 Thomas Schneider - * - * This file is a part of Fedilab - * - * This program is free software; you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation; either version 3 of the - * License, or (at your option) any later version. - * - * Fedilab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General - * Public License for more details. - * - * You should have received a copy of the GNU General Public License along with Fedilab; if not, - * see . */ - -import app.fedilab.android.helper.Helper; - -public class LiveNotificationService extends BaseLiveNotificationService { - static { - Helper.installProvider(); - } -}