Browse Source

Android: fix imports written by mistake (#1495)

master
Alexander Epaneshnikov 2 years ago
parent
commit
246f487814
No account linked to committer's email address

+ 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