Fix cleartext verify

This commit is contained in:
Dominik Schürmann
2014-09-17 21:26:08 +02:00
parent 1abf167f80
commit 7d917fa39c
4 changed files with 21 additions and 3 deletions

View File

@@ -152,6 +152,10 @@ public abstract class OperationResult implements Parcelable {
int color;
Log.d(Constants.TAG, "mLog.getLast()"+mLog.getLast());
Log.d(Constants.TAG, "mLog.getLast().mType"+mLog.getLast().mType);
Log.d(Constants.TAG, "mLog.getLast().mType.getMsgId()"+mLog.getLast().mType.getMsgId());
// Take the last message as string
String str = activity.getString(mLog.getLast().mType.getMsgId());