Manually set pairing state after pairing

This commit is contained in:
Cameron Gutman 2016-10-21 13:47:03 -07:00
parent 64e56a861d
commit e8ae8d9807

View File

@ -373,6 +373,7 @@ public class PcView extends Activity implements AdapterFragmentCallbacks {
if (toastSuccess) {
// Open the app list after a successful pairing attempt
computer.pairState = PairState.PAIRED;
doAppList(computer);
}
else {