mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 13:47:41 +00:00
Remove unneeded field
This commit is contained in:
parent
86fda37b8c
commit
54b2a20b3a
@ -204,12 +204,10 @@ class SimpleSftpServer {
|
||||
|
||||
static class AndroidFileSystemView extends NativeFileSystemView {
|
||||
|
||||
final private String userName;
|
||||
final private Context context;
|
||||
|
||||
AndroidFileSystemView(final String userName, Context context) {
|
||||
super(userName, true);
|
||||
this.userName = userName;
|
||||
this.context = context;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user