Skip to content

Commit

Permalink
restrict access to editing-feature, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTasche committed Oct 14, 2013
1 parent d672480 commit eded186
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="at.tomtasche.reader"
android:installLocation="auto"
android:versionCode="55"
android:versionName="2.12.2" >
android:versionCode="57"
android:versionName="2.12.4" >

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
2 changes: 1 addition & 1 deletion odf2html
Submodule odf2html updated from 5671ad to a28c9f
2 changes: 1 addition & 1 deletion src/at/tomtasche/reader/ui/activity/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ public void run() {
analytics.sendEvent("ui", "google+", null, null);
}
case R.id.menu_edit: {
if (!showAds) {
if (hasEditing) {
EditActionModeCallback editActionMode = new EditActionModeCallback(
this, getPageFragment().getPageView(), getDocument()
.getOrigin());
Expand Down

0 comments on commit eded186

Please sign in to comment.