Add newline at the end. Slight speed-up.
This commit is contained in:
parent
5cf8cc1d55
commit
308b776f43
@ -451,10 +451,7 @@ public class AppDetails extends ListActivity {
|
||||
String permissionName = permissions.next();
|
||||
try {
|
||||
Permission permission = new Permission(this, permissionName);
|
||||
sb.append(permission.getName());
|
||||
if (permissions.hasNext()) {
|
||||
sb.append('\n');
|
||||
}
|
||||
sb.append(" • " + permission.getName() + '\n');
|
||||
} catch (NameNotFoundException e) {
|
||||
Log.d( "FDroid",
|
||||
"Can't find permsission '" + permissionName + "'");
|
||||
|
Loading…
x
Reference in New Issue
Block a user