Don't reference variables before they are assigned.
Rare but technically possible. Change-Id: I375cd1ac0bef5b6c7295618bef087554114c3cdd Fixes: 29394773
This commit is contained in:
@@ -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