I could have sworn there was a negative AND a positive...
This commit is contained in:
parent
b546e7a75d
commit
6bc6328a25
|
@ -270,7 +270,7 @@ public class MainActivity extends SlidingFragmentActivity implements
|
|||
dialog.dismiss();
|
||||
}
|
||||
});
|
||||
builder.setNegativeButton("Report",
|
||||
builder.setPositiveButton("Report",
|
||||
new DialogInterface.OnClickListener() {
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
Toast.makeText(MainActivity.this,
|
||||
|
|
Loading…
Reference in New Issue