bump version
This commit is contained in:
parent
e52e597a3d
commit
cb0c9b06e0
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.fox.ttrss"
|
||||
android:versionCode="341"
|
||||
android:versionName="1.115" >
|
||||
android:versionCode="342"
|
||||
android:versionName="1.116" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="15"
|
||||
|
@ -319,8 +319,6 @@ public class ArticleFragment extends Fragment {
|
||||
|
||||
}
|
||||
|
||||
m_web = (WebView)view.findViewById(R.id.article_content);
|
||||
|
||||
TextView dv = (TextView)view.findViewById(R.id.date);
|
||||
|
||||
if (dv != null) {
|
||||
@ -373,6 +371,8 @@ public class ArticleFragment extends Fragment {
|
||||
}
|
||||
}
|
||||
|
||||
m_web = (WebView)view.findViewById(R.id.article_content);
|
||||
|
||||
m_web.setOnLongClickListener(new View.OnLongClickListener() {
|
||||
@Override
|
||||
public boolean onLongClick(View v) {
|
||||
|
Loading…
Reference in New Issue
Block a user