Fix talkback speak wrong item
Fixes: 145251855 Test: manual Change-Id: I041d9fd6416e5ae5a12ea51fd8b70ca2f233f480
This commit is contained in:
@@ -19,7 +19,6 @@ import android.content.Context;
|
||||
|
||||
import androidx.annotation.VisibleForTesting;
|
||||
import androidx.preference.Preference;
|
||||
import androidx.preference.PreferenceCategory;
|
||||
import androidx.preference.PreferenceScreen;
|
||||
|
||||
import com.android.settings.R;
|
||||
@@ -32,7 +31,7 @@ import java.util.List;
|
||||
public class RecentLocationRequestSeeAllPreferenceController
|
||||
extends LocationBasePreferenceController {
|
||||
|
||||
private PreferenceCategory mCategoryAllRecentLocationRequests;
|
||||
private PreferenceScreen mCategoryAllRecentLocationRequests;
|
||||
private RecentLocationApps mRecentLocationApps;
|
||||
private boolean mShowSystem = false;
|
||||
private Preference mPreference;
|
||||
|
Reference in New Issue
Block a user