Files
packages_apps_Settings/src/com/android/settings/bluetooth
PauloftheWest c009b8a496 Fixed a Null Pointer Error in Bluetooth Settings.
+ The root of the problem is that the callback for a device change may be
set before the fragment has a layout.  Then if a change does come in,
getView() would return null.  This fix delays registering the callback
until appropiate.

Bug: 17404518
Change-Id: Ibd0e90f82593d45729f427bcc2e40fe9195eb42a
2014-09-09 10:12:00 -07:00
..
2012-11-12 14:29:17 -08:00
2013-09-13 15:44:26 -07:00