Remove unused imports

This commit is contained in:
Sylvia van Os
2022-07-24 18:42:16 +02:00
parent 688010cae4
commit 11bb1aa126
18 changed files with 27 additions and 61 deletions

View File

@@ -3,9 +3,6 @@ package protect.card_locker;
import android.app.Application;
import androidx.appcompat.app.AppCompatDelegate;
import com.google.android.material.color.DynamicColors;
import protect.card_locker.preferences.Settings;
public class LoyaltyCardLockerApplication extends Application {