Removed log.
This commit is contained in:
parent
bac59036cd
commit
8b37e992a2
@ -1,6 +1,7 @@
|
|||||||
**1.5.5.x (didn't last long) AND 1.5.6.x**
|
**1.5.5.x (didn't last long) AND 1.5.6.x**
|
||||||
|
|
||||||
- Added an option to use a webview in the article viewer (see #149)
|
- Added an option to use a webview in the article viewer (see #149)
|
||||||
|
|
||||||
- Toolbar in reader activity.
|
- Toolbar in reader activity.
|
||||||
|
|
||||||
- Marking items as read on scroll (with settings to enable/disable).
|
- Marking items as read on scroll (with settings to enable/disable).
|
||||||
|
@ -10,7 +10,6 @@ import android.support.v4.app.Fragment
|
|||||||
import android.support.v4.widget.NestedScrollView
|
import android.support.v4.widget.NestedScrollView
|
||||||
import android.text.Html
|
import android.text.Html
|
||||||
import android.text.method.LinkMovementMethod
|
import android.text.method.LinkMovementMethod
|
||||||
import android.util.Log
|
|
||||||
import android.util.TypedValue
|
import android.util.TypedValue
|
||||||
import android.view.LayoutInflater
|
import android.view.LayoutInflater
|
||||||
import android.view.MenuItem
|
import android.view.MenuItem
|
||||||
@ -296,7 +295,6 @@ class ArticleFragment : Fragment() {
|
|||||||
allItems: ArrayList<Item>,
|
allItems: ArrayList<Item>,
|
||||||
webview: Boolean
|
webview: Boolean
|
||||||
): ArticleFragment {
|
): ArticleFragment {
|
||||||
Log.e("TRUC", "uses webview ? $webview")
|
|
||||||
val fragment = ArticleFragment()
|
val fragment = ArticleFragment()
|
||||||
val args = Bundle()
|
val args = Bundle()
|
||||||
args.putInt(ARG_POSITION, position)
|
args.putInt(ARG_POSITION, position)
|
||||||
|
Loading…
Reference in New Issue
Block a user