Skip to content

Commit

Permalink
Don't know what to write.
Browse files Browse the repository at this point in the history
  • Loading branch information
Docile-Alligator committed Nov 15, 2024
1 parent 9da91fd commit c24813b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ public class CustomizePostFilterActivity extends BaseActivity {
@Named("current_account")
SharedPreferences mCurrentAccountSharedPreferences;
@Inject
@Named("current_account")
SharedPreferences currentAccountSharedPreferences;
@Inject
CustomThemeWrapper mCustomThemeWrapper;
@Inject
Executor mExecutor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public LoadResult<String, Post> transformData(Response<String> response) {
}
}
} else {
return new LoadResult.Error<>(new Exception("Response failed"));
return new LoadResult.Error<>(new Exception("Error getting response"));
}
}

Expand Down

0 comments on commit c24813b

Please sign in to comment.