potatodevs / cloudit

Manage and access your CloudApp account directly from your Android device.
https://play.google.com/store/apps/details?id=io.invaders.android.cloudit&hl=en_GB
0 stars 0 forks source link

Pressing back button on login screen is broken #4

Closed loop closed 11 years ago

loop commented 11 years ago

When on login screen, pressing the back button should go to the home screen instead when pressed nothing happens.

And by back button I mean this: BackButton

tomasvitek commented 11 years ago

Ok. Will have a look at that later today.

loop commented 11 years ago

It seems that you implemented onBackPressed() when there was no need as we don't need to override this. I removed this method and it now works.

tomasvitek commented 11 years ago

I see. Thanks.