确定当前视图是否是特定活动
我想在应用程序标题栏中的徽标上设置一个意图,以便在单击时返回主输入屏幕,除非我们已经在该屏幕上。我该如何在 if 语句中检查这一点?
I am wanting to set an intent on a logo in the titleBar of my application to go back to the main entry screen when clicked unless of course we are already at that screen. How do I go about checking this in an if statement?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除非我没有正确理解你的意思,否则你应该能够检查该类:
尝试一下,看看它是否有效。
Unless I don't understand you correctly, you should just be able to check the class:
Try that and see if it works.