Skip to content

Commit 42202cc

Browse files
committed
Fix exploratory tunnel fragment crash
1 parent 49f4562 commit 42202cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/net/i2p/android/preferences/util/IntListPreference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import android.content.Context;
44
//import android.support.v7.preference.ListPreference;
5-
import android.preference.ListPreference;
5+
import androidx.preference.ListPreference;
66
import android.util.AttributeSet;
77

88
public class IntListPreference extends ListPreference {

0 commit comments

Comments
 (0)