medyo / android-about-page

Create an awesome About Page for your Android App in 2 minutes
2.04k stars 283 forks source link

Context in activity not resolve #129

Closed PauloCeami closed 4 years ago

PauloCeami commented 5 years ago

View aboutPage = new AboutPage(this)

https://gist.github.com/PauloCeami/6a2bf2fc334aabd8a5da41785cc28ac2

HBiSoft commented 5 years ago

Rename your Activity to anything other than AboutPage, or set your context (this) to getApplicationContext().