2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 13:47:41 +00:00

Remove unused field

This commit is contained in:
Nicolas Fella
2018-10-27 00:57:59 +02:00
parent dfa78f7fbd
commit 15a5a8d0d5

View File

@@ -14,7 +14,6 @@ import java.util.ArrayList;
class NotificationUpdateCallback extends Device.SendPacketStatusCallback {
private final Context context;
private final Resources res;
private final Device device;
private final NotificationManager notificationManager;
@@ -28,7 +27,6 @@ class NotificationUpdateCallback extends Device.SendPacketStatusCallback {
private final int numFiles;
NotificationUpdateCallback(Context context, Device device, ArrayList<NetworkPacket> toSend) {
this.context = context;
this.toSend = toSend;
this.device = device;
this.res = context.getResources();