fixed an NPE

This commit is contained in:
Mariotaku Lee 2017-03-07 20:02:46 +08:00
parent 411a0c2560
commit 150e07d373
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import org.mariotaku.twidere.util.TwitterWrapper
class MediaTimelineLoader(
context: Context,
accountKey: UserKey,
accountKey: UserKey?,
private val userKey: UserKey?,
private val screenName: String?,
sinceId: String?,