我在background-attachment: fixed;
background-position: left top !important;
的空课程中收到错误
我不知道为什么,不知道怎么解决它。我只关注此video和codes(视频github project)
FirebaseInstaceIdService
错误:
namespace MyApp
{
[Service]
[IntentFilter(new[] { "com.google.firebase.INSTANCE_ID_EVENT" })]
class MyFirebaseIdService:FirebaseInstanceIdService //<--having error with this
{
}
}