Skip to content

Commit

Permalink
'#2375: Add default to switch to avoid missing QUOTE_FOUND case warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed Dec 22, 2024
1 parent a19bf1a commit aa5293f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,8 @@ private void printQuote(PrintWriter out, Message message, WAContactsDirectory co
ms += Messages.getString("WhatsAppReport.QuoteNotFound");
quoteClick = "onclick=\"showMessage('" + ms + "');\"";
break;
default:
break;
}

switch (messageQuote.getMessageType()) {
Expand Down

0 comments on commit aa5293f

Please sign in to comment.