mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-01-30 19:34:45 +01:00
Temporarily disable uploading images in markdown editor because the image will expire after some days.
This commit is contained in:
parent
a288c70c59
commit
4565aa2011
@ -31,7 +31,7 @@ public class MarkdownBottomBarRecyclerViewAdapter extends RecyclerView.Adapter<R
|
|||||||
public static final int CODE_BLOCK = 9;
|
public static final int CODE_BLOCK = 9;
|
||||||
public static final int UPLOAD_IMAGE = 10;
|
public static final int UPLOAD_IMAGE = 10;
|
||||||
|
|
||||||
private static final int ITEM_COUNT = 11;
|
private static final int ITEM_COUNT = 10;
|
||||||
|
|
||||||
private CustomThemeWrapper customThemeWrapper;
|
private CustomThemeWrapper customThemeWrapper;
|
||||||
private ItemClickListener itemClickListener;
|
private ItemClickListener itemClickListener;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user