mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Show user profile on tap user icon.
This commit is contained in:
parent
e7e831be62
commit
d455e89fe8
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue