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
@ -677,7 +677,7 @@ public class MessageCompose extends Activity implements OnClickListener, OnFocus
|
||||
mSignature = mAccount.getSignature();
|
||||
|
||||
if (mSignature != null && ! mSignature.contentEquals("")){
|
||||
text += "\n-----\n" + mAccount.getSignature();
|
||||
text += "\n-- \n" + mAccount.getSignature();
|
||||
}
|
||||
|
||||
return text;
|
||||
|
Loading…
Reference in New Issue
Block a user