Removed unusued imports in VideoOptionsFragment.java

This commit is contained in:
Florian CUNY 2020-07-05 11:07:57 +02:00
parent 9a91c2140a
commit b2a8cf857d
1 changed files with 0 additions and 2 deletions

View File

@ -17,11 +17,9 @@
*/
package net.schueller.peertube.fragment;
import android.annotation.SuppressLint;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;