mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Merge branch 'master' of https://github.com/inorichi/tachiyomi
Fix back button in library search
This commit is contained in:
		@@ -1,11 +1,11 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<android.support.design.widget.CoordinatorLayout
 | 
			
		||||
    xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
                xmlns:app="http://schemas.android.com/apk/res-auto"
 | 
			
		||||
                xmlns:tools="http://schemas.android.com/tools"
 | 
			
		||||
                android:layout_width="match_parent"
 | 
			
		||||
                android:layout_height="match_parent"
 | 
			
		||||
                android:orientation="vertical">
 | 
			
		||||
    xmlns:app="http://schemas.android.com/apk/res-auto"
 | 
			
		||||
    xmlns:tools="http://schemas.android.com/tools"
 | 
			
		||||
    android:layout_width="match_parent"
 | 
			
		||||
    android:layout_height="match_parent"
 | 
			
		||||
    android:orientation="vertical">
 | 
			
		||||
 | 
			
		||||
    <eu.kanade.tachiyomi.widget.RevealAnimationView
 | 
			
		||||
        android:id="@+id/reveal_view"
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,5 @@
 | 
			
		||||
    xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    android:id="@+id/view_pager"
 | 
			
		||||
    android:layout_width="match_parent"
 | 
			
		||||
    android:layout_height="match_parent" />
 | 
			
		||||
    android:layout_height="match_parent"
 | 
			
		||||
    android:background="?android:attr/colorBackground" />
 | 
			
		||||
@@ -1,5 +1,15 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<changelog bulletedList="true">
 | 
			
		||||
    <changelogversion versionName="v0.6.5" changeDate="">
 | 
			
		||||
        <changelogtext>Added a download cache for faster navigation.</changelogtext>
 | 
			
		||||
 | 
			
		||||
        <changelogtext>Enabled Cloudflare for Batoto.</changelogtext>
 | 
			
		||||
 | 
			
		||||
        <changelogtext>Fixed some issues with automatic backups.</changelogtext>
 | 
			
		||||
 | 
			
		||||
        <changelogtext>Fixed a bootloop issue with devices running Cyanogenmod 12 or 13.</changelogtext>
 | 
			
		||||
    </changelogversion>
 | 
			
		||||
 | 
			
		||||
    <changelogversion versionName="v0.6.4" changeDate="">
 | 
			
		||||
        <changelogtext>Added a global search feature with a new catalogue screen.</changelogtext>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user