RightMesh / meshIM

An on- or off-line messaging app powered by RightMesh!
GNU General Public License v3.0
17 stars 8 forks source link

Onboarding doesn't change an already set username #2

Closed compscidr closed 6 years ago

compscidr commented 6 years ago

When the app is reinstalled, the username doesn't update correctly on the onboarding process. It does change correctly when going to the account screen.

Also, if there is already account information - should the onboarding screen even show?

FrazerSeymour commented 6 years ago

Fixing in #11.

FrazerSeymour commented 6 years ago

To your second question, it won't show if there is already account information saved on the phone.

When testing, this means that redeploying the app in Android Studio will not cause it to show the onboarding again, but completely uninstalling the app then redeploying it will (as SharedPreferences are removed from the device).

FrazerSeymour commented 6 years ago

Fixed with #11.