|
@@ -1,20 +1,14 @@
|
|
|
/*
|
|
|
- * ownCloud Android client application
|
|
|
+ * Nextcloud - Android Client
|
|
|
*
|
|
|
- * @author David A. Velasco
|
|
|
- * Copyright (C) 2015 ownCloud Inc.
|
|
|
- *
|
|
|
- * This program is free software: you can redistribute it and/or modify
|
|
|
- * it under the terms of the GNU General Public License version 2,
|
|
|
- * as published by the Free Software Foundation.
|
|
|
- *
|
|
|
- * This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
+ * SPDX-FileCopyrightText: 2023 Alper Ozturk <alper_ozturk@proton.me>
|
|
|
+ * SPDX-FileCopyrightText: 2022 Álvaro Brey Vilas <alvaro@alvarobrey.com>
|
|
|
+ * SPDX-FileCopyrightText: 2018-2020 Tobias Kaminsky <tobias@kaminsky.me>
|
|
|
+ * SPDX-FileCopyrightText: 2019 Chris Narkiewicz <hello@ezaquarii.com>
|
|
|
+ * SPDX-FileCopyrightText: 2018 Andy Scherzinger <info@andy-scherzinger.de>
|
|
|
+ * SPDX-FileCopyrightText: 2015 ownCloud Inc.
|
|
|
+ * SPDX-FileCopyrightText: 2013 David A. Velasco <dvelasco@solidgear.es>
|
|
|
+ * SPDX-License-Identifier: GPL-2.0-only AND AGPL-3.0-or-later
|
|
|
*/
|
|
|
package com.owncloud.android.media;
|
|
|
|
|
@@ -47,7 +41,6 @@ import java.util.Locale;
|
|
|
|
|
|
import javax.inject.Inject;
|
|
|
|
|
|
-
|
|
|
/**
|
|
|
* View containing controls for a {@link MediaPlayer}.
|
|
|
* <p>
|
|
@@ -66,9 +59,7 @@ public class MediaControlView extends LinearLayout implements OnClickListener, O
|
|
|
@Inject
|
|
|
ViewThemeUtils viewThemeUtils;
|
|
|
|
|
|
-
|
|
|
- public MediaControlView(Context context,
|
|
|
- AttributeSet attrs) {
|
|
|
+ public MediaControlView(Context context, AttributeSet attrs) {
|
|
|
super(context, attrs);
|
|
|
|
|
|
MainApp.getAppComponent().inject(this);
|