jackomahony97 / BreakoutPong

0 stars 0 forks source link

LoginFragment not calling BluetoothActivity #1

Closed jackomahony97 closed 4 years ago

jackomahony97 commented 4 years ago

When a user logs in with credentials, the app is closing, the login fragment is not calling the BluetoothActivity correctly

jackomahony97 commented 4 years ago

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