Show user profile on tap user icon.

This commit is contained in:
dosiecki 2015-08-10 21:49:41 -07:00
parent e7e831be62
commit d455e89fe8

View file

@ -244,6 +244,11 @@ public class Main extends NbActivity implements StateChangedListener, SwipeRefre
startActivity(i);
}
@OnClick(R.id.main_user_image) void onClickUserButton() {
Intent i = new Intent(this, Profile.class);
startActivity(i);
}
@Override
public void onScrollStateChanged(AbsListView absListView, int i) {
// not required