|
|
@ -3839,7 +3839,8 @@ public class FragmentCompose extends FragmentBase {
|
|
|
|
|
|
|
|
|
|
|
|
// Limit number of nested block quotes
|
|
|
|
// Limit number of nested block quotes
|
|
|
|
boolean quote_limit = prefs.getBoolean("quote_limit", true);
|
|
|
|
boolean quote_limit = prefs.getBoolean("quote_limit", true);
|
|
|
|
if (quote_limit)
|
|
|
|
if (quote_limit &&
|
|
|
|
|
|
|
|
("reply".equals(action) || "reply_all".equals(action)))
|
|
|
|
for (Element bq : e.select("blockquote")) {
|
|
|
|
for (Element bq : e.select("blockquote")) {
|
|
|
|
int level = 1;
|
|
|
|
int level = 1;
|
|
|
|
Element parent = bq.parent();
|
|
|
|
Element parent = bq.parent();
|
|
|
|