mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-01 15:23:54 +01:00
back to original
This commit is contained in:
parent
913d2e61b0
commit
4521b5fe99
1 changed files with 1 additions and 4 deletions
|
|
@ -29,9 +29,6 @@ import javax.inject.Inject;
|
||||||
|
|
||||||
public class ReviewActivity extends BaseActivity {
|
public class ReviewActivity extends BaseActivity {
|
||||||
|
|
||||||
public static int runRandomizerCallCount = 0;
|
|
||||||
|
|
||||||
|
|
||||||
private ActivityReviewBinding binding;
|
private ActivityReviewBinding binding;
|
||||||
|
|
||||||
MediaDetailFragment mediaDetailFragment;
|
MediaDetailFragment mediaDetailFragment;
|
||||||
|
|
@ -135,7 +132,7 @@ public class ReviewActivity extends BaseActivity {
|
||||||
|
|
||||||
@SuppressLint("CheckResult")
|
@SuppressLint("CheckResult")
|
||||||
public boolean runRandomizer() {
|
public boolean runRandomizer() {
|
||||||
runRandomizerCallCount++;
|
|
||||||
hasNonHiddenCategories = false;
|
hasNonHiddenCategories = false;
|
||||||
binding.pbReviewImage.setVisibility(View.VISIBLE);
|
binding.pbReviewImage.setVisibility(View.VISIBLE);
|
||||||
binding.viewPagerReview.setCurrentItem(0);
|
binding.viewPagerReview.setCurrentItem(0);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue