We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c4983 commit 13d1441Copy full SHA for 13d1441
1 file changed
app/src/main/java/in/myinnos/androidscratchcardexample/MainActivity.java
@@ -29,7 +29,6 @@ protected void onCreate(Bundle savedInstanceState) {
29
mScratchCard.setOnScratchListener(new ScratchCard.OnScratchListener() {
30
@Override
31
public void onScratch(ScratchCard scratchCard, float visiblePercent) {
32
- Log.d("Wedad", String.valueOf(visiblePercent));
33
if (visiblePercent > 0.3) {
34
mScratchCard.setVisibility(View.GONE);
35
Toast.makeText(MainActivity.this, "Content Visible", Toast.LENGTH_SHORT).show();
0 commit comments