We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b818a commit e3deb7cCopy full SHA for e3deb7c
1 file changed
app/src/main/kotlin/info/appdev/chartexample/TimeLineActivity.kt
@@ -135,7 +135,7 @@ class TimeLineActivity : DemoBase() {
135
R.id.viewGithub -> {
136
val i = Intent(Intent.ACTION_VIEW)
137
i.data =
138
- "https://github.com/AppDevNext/AndroidChart/blob/master/app/src/main/java/info/appdev/chartexample/FilledLineActivity.kt".toUri()
+ "https://github.com/AppDevNext/AndroidChart/blob/master/app/src/main/java/info/appdev/chartexample/TimeLineActivity.kt".toUri()
139
startActivity(i)
140
}
141
0 commit comments