jackomahony97 / BreakoutPong

0 stars 0 forks source link

RegisterFragment not calling BluetoothActivity #2

Closed jackomahony97 closed 4 years ago

jackomahony97 commented 4 years ago

When a user registers with credentials, the app is closing, the register fragment is not calling the BluetoothActivity correctly

jackomahony97 commented 4 years ago

(same as login issue) This appears to be because the syntax for starting an activity from a fragment is different from the syntax used to start an activity from another activity. Fixed by changing the syntax in a commit