Clean up saved network screen
Bug: 64806699 Test: rebuild Change-Id: I4392809f08034c7c13575db2f5c41468fcea0987
This commit is contained in:
@@ -27,12 +27,6 @@ public class LongPressAccessPointPreference extends AccessPointPreference {
|
||||
|
||||
private final Fragment mFragment;
|
||||
|
||||
public LongPressAccessPointPreference(AccessPoint accessPoint, Context context,
|
||||
UserBadgeCache cache, boolean forSavedNetworks, Fragment fragment) {
|
||||
super(accessPoint, context, cache, forSavedNetworks);
|
||||
mFragment = fragment;
|
||||
}
|
||||
|
||||
public LongPressAccessPointPreference(AccessPoint accessPoint, Context context,
|
||||
UserBadgeCache cache, boolean forSavedNetworks, int iconResId, Fragment fragment) {
|
||||
super(accessPoint, context, cache, iconResId, forSavedNetworks);
|
||||
|
Reference in New Issue
Block a user