Reorganize preference widgets

// FREEBIE
This commit is contained in:
Moxie Marlinspike
2017-09-21 10:03:05 -07:00
parent 4828a8a274
commit e5e0bc2333
26 changed files with 40 additions and 44 deletions

View File

@@ -65,7 +65,7 @@ public class ThreadPhotoRailView extends FrameLayout {
public void setCursor(@Nullable Cursor cursor, @NonNull MasterSecret masterSecret) {
this.recyclerView.setAdapter(new ThreadPhotoRailAdapter(getContext(), masterSecret, cursor, this.listener));
}
private static class ThreadPhotoRailAdapter extends CursorRecyclerViewAdapter<ThreadPhotoRailAdapter.ThreadPhotoViewHolder> {
private static final String TAG = ThreadPhotoRailAdapter.class.getName();