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

@@ -20,7 +20,7 @@ package com.reecedunn.espeak.preference;
import android.content.Context;
import android.content.DialogInterface;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.os.Build;
import android.preference.DialogPreference;
import android.preference.PreferenceManager;
import android.util.AttributeSet;

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

@@ -20,7 +20,7 @@ package com.reecedunn.espeak.preference;
import android.content.Context;
import android.content.DialogInterface;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.os.Build;
import android.preference.DialogPreference;
import android.preference.PreferenceManager;
import android.text.Editable;

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

@@ -21,7 +21,7 @@ import android.app.Activity;
import android.content.Context;
import android.content.DialogInterface;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.os.Build;
import android.preference.DialogPreference;
import android.preference.PreferenceManager;
import android.util.AttributeSet;

Loading…
Cancel
Save