mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-24 07:58:50 -05:00
Fix safe slinger button
This commit is contained in:
parent
418f0970ab
commit
49b237d609
@ -120,7 +120,7 @@ public class SafeSlingerActivity extends ActionBarActivity {
|
||||
buttonIcon.setColorFilter(getResources().getColor(R.color.tertiary_text_light),
|
||||
PorterDuff.Mode.SRC_IN);
|
||||
|
||||
ImageView button = (ImageView) findViewById(R.id.safe_slinger_button);
|
||||
View button = findViewById(R.id.safe_slinger_button);
|
||||
button.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
|
Loading…
Reference in New Issue
Block a user