Skip to content

Commit

Permalink
remove test toasts, b265c
Browse files Browse the repository at this point in the history
  • Loading branch information
MIPPL committed Mar 30, 2020
1 parent 8c51d06 commit 0ac8bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ public void onClick(View view) {
mTransactionId.setTextColor(getContext().getColor(R.color.light_gray));
String id = mTransaction.getTxHash();
BRClipboardManager.putClipboard(getContext(), id);
Toast.makeText(getContext(), getString(R.string.Receive_copied), Toast.LENGTH_LONG).show();
//Toast.makeText(getContext(), getString(R.string.Receive_copied), Toast.LENGTH_LONG).show();

new Handler().postDelayed(new Runnable() {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void onClick(BRDialogView brDialogView) {
}, null, null, 0);
}
else {
Toast.makeText(app, "tapped: by=" + buttonRect.y + ", ny=" + ny , Toast.LENGTH_LONG).show();
//Toast.makeText(app, "tapped: by=" + buttonRect.y + ", ny=" + ny , Toast.LENGTH_LONG).show();
if (isBetSmartClick) {
adapter.CreateWebFragment( app, String.format("https://betsmart.app/teaser-event?id=%d&mode=light&source=wagerr", item.getEventID()));
}
Expand Down

0 comments on commit 0ac8bb0

Please sign in to comment.