mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-05 16:45:08 +00:00
Remove compat with protocol 6 with RSA encryption
Since we already removed compat with protocol 7 ^.^u
This commit is contained in:
@@ -53,7 +53,7 @@ class RootFile implements SshFile {
|
||||
return "/";
|
||||
}
|
||||
|
||||
public Map<Attribute, Object> getAttributes(boolean followLinks) throws IOException {
|
||||
public Map<Attribute, Object> getAttributes(boolean followLinks) {
|
||||
Map<Attribute, Object> attrs = new HashMap<>();
|
||||
|
||||
attrs.put(Attribute.Size, 0);
|
||||
|
Reference in New Issue
Block a user