Conent Transition NPE with empty shared elements
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am adding content transitions to a pretty large app and in most cases I do not have any shared elements but still want to use the transition animations. I have tracked the problem down to this line of code: ActivityOptionsCompat.makeSceneTransitionAnimation(activity, ????); I have tried setting Pair array to null or an empty array and I have tried just leaving it out. Everything results in the following error: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.ViewRootImpl.setPausedForTransition(boolean)'