mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Added logging
This commit is contained in:
@@ -654,9 +654,9 @@ public class FragmentCompose extends FragmentBase {
|
||||
tvNoInternetAttachments.setVisibility(View.GONE);
|
||||
tvUnusedInlineImages.setVisibility(View.GONE);
|
||||
|
||||
pgpService = new OpenPgpServiceConnection(
|
||||
getContext(),
|
||||
Helper.getOpenKeychainPackage(getContext()));
|
||||
String pkg = Helper.getOpenKeychainPackage(getContext());
|
||||
Log.i("Binding to " + pkg);
|
||||
pgpService = new OpenPgpServiceConnection(getContext(), pkg);
|
||||
pgpService.bindToService();
|
||||
|
||||
return view;
|
||||
|
||||
Reference in New Issue
Block a user