File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
WordPress/src/main/java/org/wordpress/android/ui/reader Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments