mirror of
https://github.com/moparisthebest/k-9
synced 2024-10-31 15:45:08 -04:00
Reverted signature formatting code that was not meant to be committed
This commit is contained in:
parent
bb8629abe8
commit
7d98ed60ad
@ -672,12 +672,12 @@ public class MessageCompose extends Activity implements OnClickListener, OnFocus
|
|||||||
return message;
|
return message;
|
||||||
}
|
}
|
||||||
|
|
||||||
private String appendSignature(String text) {
|
private String appendSignature (String text) {
|
||||||
String mSignature;
|
String mSignature;
|
||||||
mSignature = mAccount.getSignature();
|
mSignature = mAccount.getSignature();
|
||||||
|
|
||||||
if (mSignature != null && !mSignature.contentEquals("")) {
|
if (mSignature != null && ! mSignature.contentEquals("")){
|
||||||
text += "\n-----\n" + mAccount.getSignature();
|
text += "\n-- \n" + mAccount.getSignature();
|
||||||
}
|
}
|
||||||
|
|
||||||
return text;
|
return text;
|
||||||
|
Loading…
Reference in New Issue
Block a user