Closed philipabbey closed 3 months ago
Need to internationalise the string "Template Error".
Causes infinite loop as mNextItemToUpdate
does not get incremented until after getState() returns. This all runs in the same thread.
} else if (Settings.getWebhookId().equals("")) {
getApp().updateNextMenuItem();
Application behaviour is better without it. The update chain continues and a sensible error message is given to fix it.
Template errors now displayed per item.