Merge "Refresh "Device details" after resuming"

This commit is contained in:
Treehugger Robot
2023-03-28 12:42:53 +00:00
committed by Gerrit Code Review

View File

@@ -452,6 +452,7 @@ public class BluetoothDetailsProfilesController extends BluetoothDetailsControll
item.registerCallback(this);
}
mProfileManager.addServiceListener(this);
refresh();
}
@Override