Merge "Don't reference variables before they are assigned." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2d5c95f5b9
@@ -1100,6 +1100,7 @@ public abstract class BaseStatusBar extends SystemUI implements
|
||||
settingsButton.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
guts.bindImportance(pmUser, sbn, row, mNotificationData.getImportance(sbn.getKey()));
|
||||
row.findViewById(R.id.done).setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
@@ -1120,7 +1121,6 @@ public abstract class BaseStatusBar extends SystemUI implements
|
||||
}
|
||||
}
|
||||
});
|
||||
guts.bindImportance(pmUser, sbn, row, mNotificationData.getImportance(sbn.getKey()));
|
||||
}
|
||||
|
||||
private void saveImportanceCloseControls(StatusBarNotification sbn,
|
||||
|
||||
Reference in New Issue
Block a user