Don't break the back button

It's bad news
This commit is contained in:
Christopher Eby 2010-04-08 14:36:04 -05:00
parent aaf110cb1d
commit 9a982a709e

View File

@ -239,7 +239,7 @@ public class FullPlaybackActivity extends PlaybackActivity implements View.OnCli
return true;
}
return false;
return super.onKeyUp(keyCode, event);
}
private String stringForTime(int ms)