Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix delete button not working on error views - also move deletion logic to their own methods #408

Merged
merged 1 commit into from
Mar 19, 2016

Conversation

rwliang
Copy link
Contributor

@rwliang rwliang commented Jan 24, 2016

No description provided.

@@ -249,6 +281,12 @@ void updateUi() {
getActionBar().setDisplayHomeAsUpEnabled(true);
actionButton.setVisibility(VISIBLE);
actionButton.setText(R.string.leak_canary_delete);
actionButton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Override should be inlined. I'll format the file after merging.

@pyricau pyricau added this to the 1.4 milestone Mar 19, 2016
pyricau added a commit that referenced this pull request Mar 19, 2016
Fix delete button not working on error views - also move deletion logic to their own methods
@pyricau pyricau merged commit 36a93ba into square:master Mar 19, 2016
@pyricau
Copy link
Member

pyricau commented Mar 19, 2016

Thanks a lot!

@rwliang rwliang deleted the rl-delete-button branch March 20, 2016 16:51
Pengchengxiang pushed a commit to XLibrarys/leakcanary that referenced this pull request Jan 2, 2017
Fix delete button not working on error views - also move deletion logic to their own methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants