NicoTic

Results 2 comments of NicoTic

大佬,有个问题不太明白,比如App 用户在ActivityA界面,此时收到几条好友请求的推送消息,用户点击推送通知进入到ActivityB界面,如果ActivityB用SingleTop模式启动,因为ActivityB并不是在栈顶,那么不是会创建一个新的ActivityB实例吗?用户在ActivityB是不是就会需要两次返回才能退出??

Try modifying the code in the section that draws decorview to the Bitmap: `View contentView = decor.findViewById(android.R.id.content); if(contentView.getBackground() != null){ contentView.getBackground().draw(mBlurringCanvas); } contentView.draw(mBlurringCanvas);`