Skip to content

Commit

Permalink
Update the release note
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarvis Lin committed May 16, 2024
1 parent 79399f4 commit 03a7cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
-----
* [*] Fixed a rare crash on Posts List screen [https://github.com/wordpress-mobile/WordPress-Android/pull/20813]
* [*] Fixed a rare crash on the Login screen [https://github.com/wordpress-mobile/WordPress-Android/pull/20821]
* [*] Fixed an ANR issue on the Post List screen [https://github.com/wordpress-mobile/WordPress-Android/pull/20833]

24.9
-----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ public interface OnBlogInfoLoadedListener {

private final ExecutorService mExecutorService = Executors.newSingleThreadExecutor();
private final Handler mMainHandler = new Handler(Looper.getMainLooper());



@Inject AccountStore mAccountStore;
@Inject ImageManager mImageManager;
@Inject ReaderTracker mReaderTracker;
Expand Down

0 comments on commit 03a7cbd

Please sign in to comment.