mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-28 09:38:14 +03:00
Remove flexible item decoration
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
791f722476
commit
c231edf4a9
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,6 @@ import javax.inject.Inject;
|
||||||
import autodagger.AutoInjector;
|
import autodagger.AutoInjector;
|
||||||
import butterknife.BindView;
|
import butterknife.BindView;
|
||||||
import eu.davidea.flexibleadapter.FlexibleAdapter;
|
import eu.davidea.flexibleadapter.FlexibleAdapter;
|
||||||
import eu.davidea.flexibleadapter.common.FlexibleItemDecoration;
|
|
||||||
import eu.davidea.flexibleadapter.common.SmoothScrollLinearLayoutManager;
|
import eu.davidea.flexibleadapter.common.SmoothScrollLinearLayoutManager;
|
||||||
import io.reactivex.android.schedulers.AndroidSchedulers;
|
import io.reactivex.android.schedulers.AndroidSchedulers;
|
||||||
import io.reactivex.disposables.Disposable;
|
import io.reactivex.disposables.Disposable;
|
||||||
|
|
|
@ -43,7 +43,8 @@ public class CachingGlideModule extends AppGlideModule {
|
||||||
// 256 MB
|
// 256 MB
|
||||||
private static final int IMAGE_CACHE_SIZE = 256 * 1024 * 1024;
|
private static final int IMAGE_CACHE_SIZE = 256 * 1024 * 1024;
|
||||||
|
|
||||||
@Inject OkHttpClient okHttpClient;
|
@Inject
|
||||||
|
OkHttpClient okHttpClient;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void registerComponents(Context context, Glide glide, Registry registry) {
|
public void registerComponents(Context context, Glide glide, Registry registry) {
|
||||||
|
|
Loading…
Reference in a new issue