Browse Source

Android: fix imports written by mistake

master
Beqa Gozalishvili 2 years ago
parent
commit
e0031964f9

+ 1
- 1
android/src/com/reecedunn/espeak/preference/SeekBarPreference.java View File

import android.content.Context; import android.content.Context;
import android.content.DialogInterface; import android.content.DialogInterface;
import android.content.SharedPreferences; import android.content.SharedPreferences;
import android.os.Bundle;
import android.os.Build;
import android.preference.DialogPreference; import android.preference.DialogPreference;
import android.preference.PreferenceManager; import android.preference.PreferenceManager;
import android.util.AttributeSet; import android.util.AttributeSet;

+ 1
- 1
android/src/com/reecedunn/espeak/preference/SpeakPunctuationPreference.java View File

import android.content.Context; import android.content.Context;
import android.content.DialogInterface; import android.content.DialogInterface;
import android.content.SharedPreferences; import android.content.SharedPreferences;
import android.os.Bundle;
import android.os.Build;
import android.preference.DialogPreference; import android.preference.DialogPreference;
import android.preference.PreferenceManager; import android.preference.PreferenceManager;
import android.text.Editable; import android.text.Editable;

+ 1
- 1
android/src/com/reecedunn/espeak/preference/VoiceVariantPreference.java View File

import android.content.Context; import android.content.Context;
import android.content.DialogInterface; import android.content.DialogInterface;
import android.content.SharedPreferences; import android.content.SharedPreferences;
import android.os.Bundle;
import android.os.Build;
import android.preference.DialogPreference; import android.preference.DialogPreference;
import android.preference.PreferenceManager; import android.preference.PreferenceManager;
import android.util.AttributeSet; import android.util.AttributeSet;

Loading…
Cancel
Save