mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 05:37:43 +00:00
Log when refreshing the device list
This commit is contained in:
parent
06a486d99b
commit
fbf77fa103
@ -76,6 +76,7 @@ public class KdeConnect extends Application {
|
||||
}
|
||||
|
||||
private void onDeviceListChanged() {
|
||||
Log.i("MainActivity","Device list changed, notifying "+ deviceListChangedCallbacks.size() +" observers.");
|
||||
for (DeviceListChangedCallback callback : deviceListChangedCallbacks.values()) {
|
||||
callback.onDeviceListChanged();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user