Loading k9mail/src/main/res/layout/dialog_apg_deprecated.xml +72 −66 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="match_parent" android:layout_width="match_parent"> <RelativeLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" Loading Loading @@ -85,3 +89,5 @@ style="?android:textAppearanceMedium" /> </RelativeLayout> </ScrollView> plugins/openpgp-api-lib/openpgp-api/src/main/java/org/openintents/openpgp/util/OpenPgpAppPreference.java +1 −1 Original line number Diff line number Diff line Loading @@ -335,6 +335,6 @@ public class OpenPgpAppPreference extends DialogPreference { Intent intent = new Intent("org.openintents.openpgp.IOpenPgpService"); intent.setPackage(PACKAGE_NAME_APG); List<ResolveInfo> resInfo = context.getPackageManager().queryIntentServices(intent, 0); return !resInfo.isEmpty(); return resInfo != null && !resInfo.isEmpty(); } } Loading
k9mail/src/main/res/layout/dialog_apg_deprecated.xml +72 −66 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="match_parent" android:layout_width="match_parent"> <RelativeLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" Loading Loading @@ -85,3 +89,5 @@ style="?android:textAppearanceMedium" /> </RelativeLayout> </ScrollView>
plugins/openpgp-api-lib/openpgp-api/src/main/java/org/openintents/openpgp/util/OpenPgpAppPreference.java +1 −1 Original line number Diff line number Diff line Loading @@ -335,6 +335,6 @@ public class OpenPgpAppPreference extends DialogPreference { Intent intent = new Intent("org.openintents.openpgp.IOpenPgpService"); intent.setPackage(PACKAGE_NAME_APG); List<ResolveInfo> resInfo = context.getPackageManager().queryIntentServices(intent, 0); return !resInfo.isEmpty(); return resInfo != null && !resInfo.isEmpty(); } }