Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d5c95f5 authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Don't reference variables before they are assigned." into nyc-dev

parents 5ae42bb6 370bca66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,