mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 13:47:41 +00:00
Fix networkpacket getter visibility
This commit is contained in:
@@ -167,7 +167,7 @@ public class NetworkPacket {
|
||||
}
|
||||
}
|
||||
|
||||
private Set<String> getStringSet(String key) {
|
||||
public Set<String> getStringSet(String key) {
|
||||
JSONArray jsonArray = mBody.optJSONArray(key);
|
||||
if (jsonArray == null) return null;
|
||||
Set<String> list = new HashSet<>();
|
||||
|
Reference in New Issue
Block a user