Skip to content

Commit

Permalink
Removes unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonis Lilis committed Feb 8, 2024
1 parent a5dcc12 commit dee3237
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,6 @@ synchronized void rebuildAndUpdateNotificationsOnSystemBarForThisNote(Context co
}
}

public synchronized void rebuildAndUpdateNotifsOnSystemBarForRemainingNote(Context context) {
if (mActiveNotificationsMap.size() > 0) {
Bundle remainingNote = mActiveNotificationsMap.values().iterator().next();
mNotificationHelper.rebuildAndUpdateNotificationsOnSystemBar(context, remainingNote);
}
}

private synchronized Bundle getCurrentNoteBundleForNoteId(String noteId) {
if (mActiveNotificationsMap.size() > 0) {
// get the corresponding bundle for this noteId
Expand Down

0 comments on commit dee3237

Please sign in to comment.