Skip to content

Commit 393c1ec

Browse files
author
Thomas Horta
committed
Clean up some formatting/old TODO
1 parent 40ece18 commit 393c1ec

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

WordPress/src/main/java/org/wordpress/android/ui/reader/ReaderPostListFragment.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1724,9 +1724,6 @@ private void setEmptyTitleDescriptionAndButton(boolean requestFailed) {
17241724
// Ensure the default image is reset for empty views before applying logic
17251725
mActionableEmptyView.image.setImageResource(R.drawable.illustration_reader_empty);
17261726

1727-
// TODO thomashortadev
1728-
// try to quickly hack some way of making the button black
1729-
17301727
if (shouldShowEmptyViewForSelfHostedCta()) {
17311728
setEmptyTitleAndDescriptionForSelfHostedCta();
17321729
return;
@@ -1940,7 +1937,9 @@ private void showBookmarksSavedLocallyDialog(ShowBookmarkedSavedOnlyLocallyDialo
19401937
.setCancelable(false)
19411938
.create();
19421939
mBookmarksSavedLocallyDialog.show();
1943-
} /*
1940+
}
1941+
1942+
/*
19441943
* called by post adapter when data has been loaded
19451944
*/
19461945
private final ReaderInterfaces.DataLoadedListener mDataLoadedListener = new ReaderInterfaces.DataLoadedListener() {

0 commit comments

Comments
 (0)