bump version

This commit is contained in:
Andrew Dolgov 2015-06-05 20:45:55 +04:00
parent e52e597a3d
commit cb0c9b06e0
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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) {