Rephrase the see more button of Internet panel when ProviderModel is enabled
Bug: 176871139 Test: build Test and manaual test(check the UI) make RunSettingsRoboTests -j ROBOTEST_FILTER=InternetConnectivityPanel (PASS) Change-Id: I5e601c6639d979ca776f4bdf7f5e870a0513c7f5
This commit is contained in:
@@ -452,13 +452,13 @@ public class PanelFragment extends Fragment {
|
||||
View.OnClickListener getSeeMoreListener() {
|
||||
return (v) -> {
|
||||
mPanelClosedKey = PanelClosedKeys.KEY_SEE_MORE;
|
||||
final FragmentActivity activity = getActivity();
|
||||
if (mPanel.isCustomizedButtonUsed()) {
|
||||
mPanel.onClickCustomizedButton();
|
||||
} else {
|
||||
final FragmentActivity activity = getActivity();
|
||||
activity.startActivityForResult(mPanel.getSeeMoreIntent(), 0);
|
||||
activity.finish();
|
||||
}
|
||||
activity.finish();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user