Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo: adaoter -> adapter #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package com.quxianggif.comments.adaoter
package com.quxianggif.comments.adapter

import android.support.v7.app.AlertDialog
import android.support.v7.widget.RecyclerView
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package com.quxianggif.comments.adaoter
package com.quxianggif.comments.adapter

import android.app.Activity
import android.support.v7.widget.RecyclerView
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import android.widget.Toast
import com.bumptech.glide.Glide
import com.bumptech.glide.load.engine.DiskCacheStrategy
import com.quxianggif.R
import com.quxianggif.comments.adaoter.CommentsAdapter
import com.quxianggif.comments.adapter.CommentsAdapter
import com.quxianggif.common.callback.InfiniteScrollListener
import com.quxianggif.common.callback.LoadDataListener
import com.quxianggif.common.ui.BaseActivity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import android.widget.*
import com.bumptech.glide.Glide
import com.bumptech.glide.load.engine.DiskCacheStrategy
import com.quxianggif.R
import com.quxianggif.comments.adaoter.HotCommentsAdapter
import com.quxianggif.comments.adapter.HotCommentsAdapter
import com.quxianggif.comments.ui.CommentsActivity
import com.quxianggif.core.GifFun
import com.quxianggif.core.extension.logWarn
Expand Down