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 static int runRandomizerCallCount = 0;
|
||||
|
||||
|
||||
private ActivityReviewBinding binding;
|
||||
|
||||
MediaDetailFragment mediaDetailFragment;
|
||||
|
|
@ -135,7 +132,7 @@ public class ReviewActivity extends BaseActivity {
|
|||
|
||||
@SuppressLint("CheckResult")
|
||||
public boolean runRandomizer() {
|
||||
runRandomizerCallCount++;
|
||||
|
||||
hasNonHiddenCategories = false;
|
||||
binding.pbReviewImage.setVisibility(View.VISIBLE);
|
||||
binding.viewPagerReview.setCurrentItem(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue