Skip to content

Commit

Permalink
Code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
devunwired committed Nov 19, 2014
1 parent 4408887 commit a26dab9
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -49,7 +49,8 @@ protected void onCreate(Bundle savedInstanceState) {
setContentView(list);

mConnectedDevices = new ArrayList<BluetoothDevice>();
mConnectedDevicesAdapter = new ArrayAdapter<BluetoothDevice>(this, android.R.layout.simple_list_item_1, mConnectedDevices);
mConnectedDevicesAdapter = new ArrayAdapter<BluetoothDevice>(this,
android.R.layout.simple_list_item_1, mConnectedDevices);
list.setAdapter(mConnectedDevicesAdapter);

/*
Expand Down

0 comments on commit a26dab9

Please sign in to comment.