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