mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-26 22:17:02 -04:00
Finalised property which is calculated once during construction
This commit is contained in:
1 parent
ab72797a41
commit
a67ef806d2
1 file changed
+2
-2
@@ -21,8 +21,8 @@ public class ScreenShotsRecyclerViewAdapter extends RecyclerView.Adapter<Recycle
|
||||
private final DisplayImageOptions displayImageOptions;
|
||||
private View selectedView;
|
||||
private int selectedPosition;
|
||||
private int selectedItemElevation;
|
||||
private int unselectedItemMargin;
|
||||
private final int selectedItemElevation;
|
||||
private final int unselectedItemMargin;
|
||||
|
||||
public ScreenShotsRecyclerViewAdapter(Context context, App app) {
|
||||
super();
|
||||
|
||||
Reference in new issue
Block a user