Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NavbarEditor.java +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ public class NavbarEditor implements OnTouchListener { ((KeyButtonView) view).setInfo(list.getItem(which).toString(), mVertical); } }) .setNegativeButton("Cancel", new DialogInterface.OnClickListener() { .setNegativeButton(android.R.string.cancel, new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int id) { dialog.cancel(); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavbarEditor.java +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ public class NavbarEditor implements OnTouchListener { ((KeyButtonView) view).setInfo(list.getItem(which).toString(), mVertical); } }) .setNegativeButton("Cancel", new DialogInterface.OnClickListener() { .setNegativeButton(android.R.string.cancel, new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int id) { dialog.cancel(); } Loading