Skip to content

Commit

Permalink
Fixed album swiping
Browse files Browse the repository at this point in the history
(cherry picked from commit 6592925)
  • Loading branch information
QuantumBadger committed Apr 2, 2016
1 parent 512faaf commit 6ea7f0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions assets/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
70/1.9.3.4
Fixed album swiping

69/1.9.3.3
Fixed wiki link freeze when internal browser was disabled
Re-implemented imgur album thumbnail support for new API
Expand Down
4 changes: 2 additions & 2 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.quantumbadger.redreader"
android:versionCode="69"
android:versionName="1.9.3.3"
android:versionCode="70"
android:versionName="1.9.3.4"
android:installLocation="auto">

<uses-sdk android:minSdkVersion="14"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static void onLinkClicked(
final RedditPost post,
final ImgurAPI.AlbumInfo albumInfo,
final int albumImageIndex) {
onLinkClicked(activity, url, forceNoImage, post, null, 0, false);
onLinkClicked(activity, url, forceNoImage, post, albumInfo, albumImageIndex, false);
}

public static void onLinkClicked(
Expand Down

0 comments on commit 6ea7f0e

Please sign in to comment.