Fix code style
This commit is contained in:
@@ -79,6 +79,8 @@ public class EncryptModeAsymmetricFragment extends EncryptModeFragment {
|
|||||||
mSignKeySpinner = (KeySpinner) view.findViewById(R.id.sign);
|
mSignKeySpinner = (KeySpinner) view.findViewById(R.id.sign);
|
||||||
mEncryptKeyView = (EncryptKeyCompletionView) view.findViewById(R.id.recipient_list);
|
mEncryptKeyView = (EncryptKeyCompletionView) view.findViewById(R.id.recipient_list);
|
||||||
mEncryptKeyView.setThreshold(1); // Start working from first character
|
mEncryptKeyView.setThreshold(1); // Start working from first character
|
||||||
|
// TODO: workaround for bug in TokenAutoComplete,
|
||||||
|
// see https://github.com/open-keychain/open-keychain/issues/1636
|
||||||
mEncryptKeyView.setDeletionStyle(TokenCompleteTextView.TokenDeleteStyle.ToString);
|
mEncryptKeyView.setDeletionStyle(TokenCompleteTextView.TokenDeleteStyle.ToString);
|
||||||
|
|
||||||
final ViewAnimator vSignatureIcon = (ViewAnimator) view.findViewById(R.id.result_signature_icon);
|
final ViewAnimator vSignatureIcon = (ViewAnimator) view.findViewById(R.id.result_signature_icon);
|
||||||
|
|||||||
@@ -334,12 +334,12 @@ public class KeyAdapter extends CursorAdapter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: workaround for bug in TokenAutoComplete,
|
||||||
@Override
|
// see https://github.com/open-keychain/open-keychain/issues/1636
|
||||||
public String toString()
|
@Override
|
||||||
{
|
public String toString() {
|
||||||
return " ";
|
return " ";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user