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

Commit bd0bb036 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

Change-Id: I2d379ee7b02ebde5020ef94e333fff671b9c96b6
parents b9ebff58 2d5c95f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1104,6 +1104,7 @@ public abstract class BaseStatusBar extends SystemUI implements
            settingsButton.setVisibility(View.GONE);
            settingsButton.setVisibility(View.GONE);
        }
        }


        guts.bindImportance(pmUser, sbn, row, mNotificationData.getImportance(sbn.getKey()));
        row.findViewById(R.id.done).setOnClickListener(new View.OnClickListener() {
        row.findViewById(R.id.done).setOnClickListener(new View.OnClickListener() {
            @Override
            @Override
            public void onClick(View v) {
            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,
    private void saveImportanceCloseControls(StatusBarNotification sbn,