mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-02 15:53:55 +01:00
Caching mechanism to reduce API calls
This commit is contained in:
parent
febed893e8
commit
66f917b189
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ public class ReviewActivity extends BaseActivity {
|
|||
private void handleError(Throwable error) {
|
||||
binding.pbReviewImage.setVisibility(View.GONE);
|
||||
ViewUtil.showShortSnackbar(binding.drawerLayout, R.string.error_review);
|
||||
// 可以添加更详细的错误处理逻辑
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue