mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Update changelog
Code cleanup
This commit is contained in:
		| @@ -15,12 +15,7 @@ import android.support.customtabs.CustomTabsIntent | ||||
| import android.support.v4.content.pm.ShortcutInfoCompat | ||||
| import android.support.v4.content.pm.ShortcutManagerCompat | ||||
| import android.support.v4.graphics.drawable.IconCompat | ||||
| import android.view.LayoutInflater | ||||
| import android.view.Menu | ||||
| import android.view.MenuInflater | ||||
| import android.view.MenuItem | ||||
| import android.view.View | ||||
| import android.view.ViewGroup | ||||
| import android.view.* | ||||
| import android.widget.Toast | ||||
| import com.afollestad.materialdialogs.MaterialDialog | ||||
| import com.bumptech.glide.load.engine.DiskCacheStrategy | ||||
| @@ -59,7 +54,7 @@ import kotlinx.android.synthetic.main.manga_info_controller.* | ||||
| import uy.kohesive.injekt.injectLazy | ||||
| import java.text.DateFormat | ||||
| import java.text.DecimalFormat | ||||
| import java.util.Date | ||||
| import java.util.* | ||||
|  | ||||
| /** | ||||
|  * Fragment that shows manga information. | ||||
| @@ -136,7 +131,7 @@ class MangaInfoController : NucleusController<MangaInfoPresenter>(), | ||||
|             copyToClipboard(view.context.getString(R.string.description), manga_summary.text.toString()) | ||||
|         } | ||||
|  | ||||
|         //manga_genres_tags.setOnTagClickListener { tag -> | ||||
|         manga_genres_tags.setOnTagClickListener { tag -> | ||||
|             //EXH Special case E-Hentai/ExHentai to use tag based search | ||||
|             var text = tag | ||||
|             if(isEHentaiBasedSource()) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user