mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-19 14:27:01 -04:00
Add whitespace between "New:" and permission nanme in app details
This commit is contained in:
committed by
Hans-Christoph Steiner
parent
11b6d26e9d
commit
6bae586d80
@@ -188,6 +188,7 @@ public class AppSecurityPermissions {
|
||||
CharSequence newStr = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel);
|
||||
parcel.recycle();
|
||||
builder.append(newStr);
|
||||
builder.append(" ");
|
||||
builder.append(label);
|
||||
label = builder;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user