Add whitespace between "New:" and permission nanme in app details

This commit is contained in:
Tobias_Groza
2023-10-01 02:30:56 +02:00
committed by Hans-Christoph Steiner
parent 11b6d26e9d
commit 6bae586d80

View File

@@ -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;
}