diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-03-23 10:11:18 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-03-23 10:11:18 +0000 |
commit | 66234e84c45e4b09608b2a8c425a07fcd2ae913c (patch) | |
tree | 1032ffb321fc3e1343f5a7a1c082c921343b8fbb /src/com/android/customization/model/grid/GridSectionController.java | |
parent | b03b8fd78327174bd6d979bbbf707cc45f42d8d9 (diff) | |
parent | ec15b92f1eea4a9c770f41c77d669ef5a778a54f (diff) |
Snap for 8343869 from ec15b92f1eea4a9c770f41c77d669ef5a778a54f to s-keystone-qcom-release
Change-Id: Iea748af5569f23c67e890669a5499bef91de4644
Diffstat (limited to 'src/com/android/customization/model/grid/GridSectionController.java')
-rw-r--r-- | src/com/android/customization/model/grid/GridSectionController.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/customization/model/grid/GridSectionController.java b/src/com/android/customization/model/grid/GridSectionController.java index 5470d77d..64a6cce1 100644 --- a/src/com/android/customization/model/grid/GridSectionController.java +++ b/src/com/android/customization/model/grid/GridSectionController.java @@ -74,8 +74,8 @@ public class GridSectionController implements CustomizationSectionController<Gri } }, /* reload= */ true); - gridSectionView.setOnClickListener(v -> mSectionNavigationController.navigateTo( - GridFragment.newInstance(context.getString(R.string.grid_title)))); + gridSectionView.setOnClickListener( + v -> mSectionNavigationController.navigateTo(new GridFragment())); return gridSectionView; } |