|
|
@ -654,9 +654,9 @@ public class FragmentCompose extends FragmentBase {
|
|
|
|
tvNoInternetAttachments.setVisibility(View.GONE);
|
|
|
|
tvNoInternetAttachments.setVisibility(View.GONE);
|
|
|
|
tvUnusedInlineImages.setVisibility(View.GONE);
|
|
|
|
tvUnusedInlineImages.setVisibility(View.GONE);
|
|
|
|
|
|
|
|
|
|
|
|
pgpService = new OpenPgpServiceConnection(
|
|
|
|
String pkg = Helper.getOpenKeychainPackage(getContext());
|
|
|
|
getContext(),
|
|
|
|
Log.i("Binding to " + pkg);
|
|
|
|
Helper.getOpenKeychainPackage(getContext()));
|
|
|
|
pgpService = new OpenPgpServiceConnection(getContext(), pkg);
|
|
|
|
pgpService.bindToService();
|
|
|
|
pgpService.bindToService();
|
|
|
|
|
|
|
|
|
|
|
|
return view;
|
|
|
|
return view;
|
|
|
|