added throws declaration
This commit is contained in:
parent
915c545c35
commit
6d3dd545d4
|
@ -125,6 +125,7 @@ class UserTimelineLoader(
|
||||||
status.quoted_source, null, status.quoted_user_key)
|
status.quoted_source, null, status.quoted_user_key)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Throws(IOException::class)
|
||||||
private fun showStatusNetExternalTimeline(profileUrl: String, paging: Paging): List<Status> {
|
private fun showStatusNetExternalTimeline(profileUrl: String, paging: Paging): List<Status> {
|
||||||
val holder = DependencyHolder.get(context)
|
val holder = DependencyHolder.get(context)
|
||||||
val client = holder.restHttpClient
|
val client = holder.restHttpClient
|
||||||
|
|
Loading…
Reference in New Issue