mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-19 05:55:04 -04:00
Remove redundant constructor call
This commit is contained in:
@@ -322,7 +322,6 @@ public class AppSecurityPermissions {
|
||||
if (group == null) {
|
||||
group = new MyPermissionGroupInfo(tmpPermInfo);
|
||||
}
|
||||
group = new MyPermissionGroupInfo(tmpPermInfo);
|
||||
}
|
||||
mPermGroups.put(tmpPermInfo.group, group);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user