Remove old change screen
The following code was removed: UI: * ChangeScreen (1) * SideBySide (1) * NewChangeScreenBar Database columns in the accounts table: * change_screen * reverse_patch_set_order * comment_visibility_strategy Change-Id: I7ec4a0beb51dd6cb2f7c364df40e7cb5bea786d2
This commit is contained in:
committed by
Shawn Pearce
parent
d9d64ecd6a
commit
36934dc6ef
@@ -27,7 +27,7 @@ class CreateChangeAction {
|
||||
static void call(Button b, final String project) {
|
||||
// TODO Replace CreateChangeDialog with a nicer looking display.
|
||||
b.setEnabled(false);
|
||||
new CreateChangeDialog(b, new Project.NameKey(project)) {
|
||||
new CreateChangeDialog(new Project.NameKey(project)) {
|
||||
{
|
||||
sendButton.setText(Util.C.buttonCreate());
|
||||
message.setText(Util.C.buttonCreateDescription());
|
||||
|
||||
Reference in New Issue
Block a user