One possibility is to make the Toast global in your Fragment/Activity. Now you can call Toast.cancel() in a callback like onPause(), which is called if you ...
確定! 回上一頁