2
0
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:
Albert Vaca Cintora 2023-06-19 17:47:59 +02:00
parent 06a486d99b
commit fbf77fa103

View File

@ -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();
} }