public static SORT_DIRECTION getSortDirection(Context context) {
   return NewsDetailActivity.getSortDirectionFromSettings(context);
 }