mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Added logging
This commit is contained in:
@@ -1046,9 +1046,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
}
|
||||
});
|
||||
|
||||
pgpService = new OpenPgpServiceConnection(
|
||||
getContext(),
|
||||
Helper.getOpenKeychainPackage(getContext()));
|
||||
String pkg = Helper.getOpenKeychainPackage(getContext());
|
||||
Log.i("Binding to " + pkg);
|
||||
pgpService = new OpenPgpServiceConnection(getContext(), pkg);
|
||||
pgpService.bindToService();
|
||||
|
||||
LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(getContext());
|
||||
|
||||
Reference in New Issue
Block a user