Closed jacksonperondi closed 7 years ago
What should i do in the code if i don't want this feature?
I solved the problem by commenting on these lines
/if(mDismissDelayMillis >= 0) mHandler.removeCallbacks(mDismissRunnable); mHandler.postDelayed(mDismissRunnable, mDismissDelayMillis);/
What should i do in the code if i don't want this feature?