Seperate adapters into a package

This commit is contained in:
topjohnwu
2016-11-08 00:09:08 +08:00
parent 0a37d1c15c
commit 436b0624e7
7 changed files with 11 additions and 4 deletions

View File

@@ -16,6 +16,8 @@ import android.view.ViewGroup;
import android.widget.SearchView;
import android.widget.TextView;
import com.topjohnwu.magisk.adapters.ReposAdapter;
import com.topjohnwu.magisk.adapters.SimpleSectionedRecyclerViewAdapter;
import com.topjohnwu.magisk.module.Repo;
import com.topjohnwu.magisk.utils.Async;
import com.topjohnwu.magisk.utils.Logger;