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

Commit 515f40ff authored by Julia Reynolds's avatar Julia Reynolds Committed by android-build-merger
Browse files

Merge \\"Don\\'t reference variables before they are assigned.\\" into nyc-dev am: 2d5c95f5

am: ad9d313f

Change-Id: If7f5f0ca43373d0895e5845c4556ab9b9cdd788c
parents 84078777 ad9d313f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1104,6 +1104,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) {
@@ -1124,7 +1125,6 @@ public abstract class BaseStatusBar extends SystemUI implements
                }
            }
        });
        guts.bindImportance(pmUser, sbn, row, mNotificationData.getImportance(sbn.getKey()));
    }

    private void saveImportanceCloseControls(StatusBarNotification sbn,