Skip to content

Commit 8023b86

Browse files
committed
minor change
1 parent 62296d4 commit 8023b86

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

app/src/main/java/com/isolpro/library/connection/MainActivity.kt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ class MainActivity : AppCompatActivity() {
99
super.onCreate(savedInstanceState)
1010
setContentView(R.layout.activity_main)
1111

12-
PostService.getPosts(this)
13-
.success {
14-
// TODO("Use your data from $it")
15-
16-
// use $it.userId to get userId from Post
17-
}
18-
.failure {
19-
// TODO("Let user know that the request has failed")
20-
}
21-
.post()
12+
// PostService.getPosts(this)
13+
// .success {
14+
// // TODO("Use your data from $it")
15+
//
16+
// // use $it.userId to get userId from Post
17+
// }
18+
// .failure {
19+
// // TODO("Let user know that the request has failed")
20+
// }
21+
// .post()
2222
}
2323
}

0 commit comments

Comments
 (0)