converted to Glide 4

This commit is contained in:
h4h13 2018-12-13 02:29:07 +05:30
parent 96aa205405
commit f4c56c8484
45 changed files with 853 additions and 945 deletions

View file

@ -59,11 +59,6 @@ class App : MultiDexApplication() {
//startActivity(intent);
}
override fun onLowMemory() {
super.onLowMemory()
Glide.with(this).onLowMemory()
}
override fun onTerminate() {
super.onTerminate()
billingProcessor.release()