Primož Kralj
Primož Kralj
Actually you can collapse the view with setText(): @Override public View getView(int position, View convertView, ViewGroup parent) { SparseBooleanArray mTogglePositions = new SparseBooleanArray(); // leave it empty to collapse holder.content.setText(someText,...
C'mon now guys, we need a fix.
We've been waiting for a fix for this for 2 years. We're now looking into alternatives to show Tweets in our app as this lib is outdated and not maintained.
It doesn't seem Twitter is interested too much in this.. I'm throwing out the Twitter lib.
Agreed, please add this.
@ssoruf I'm not sure if this matters but your `entry_pricing` and `exit_pricing` differ from proposed example config here: https://github.com/iterativv/NostalgiaForInfinity/blob/main/configs/exampleconfig.json
Same problem here. Try using setVisibility() instead of hide()/show().
I also want to hide it at the beggining.
Why is this fix not merged into the library? I use SearchableSpinner (it's great!) throughout my app but sadly I get this crash report too. I am not able to...