Ali Burak Erdogan

Results 19 comments of Ali Burak Erdogan

[gif](https://drive.google.com/file/d/1dihx944J4lSg9zgZ7TXHNu3A7c0WwY_y/view?usp=drivesdk)

I also have the same issue with version 2.6.1. Before that, I was using 2.0.1 and there was no problem with this podcast (http://radyo.rnk.com.tr/api/podcastler/mektubat.xml). I also tested with 2.0.1 recently...

I assume that this problem emerges as of version `2.5.0`. (and versions above such as 2.5.1, 2.5.2, 2.6.0 and so on.) I installed `2.4.2` version (and some versions below such...

OK, I think I figured out the problem. (after hours of searching). After [this commit](https://github.com/AntennaPod/AntennaPod/commit/cceec591ea795fbb22005cf4fd2726459a175369#diff-0e4b9569de31a7fd1c7757e1189cc8b39861cbaadb85b49d32cd0df7eb4bf2c1L197-L202), `ExoPlayerWrapper.java` makes ExoPlayer stream by means of `OkHttpClient` instead of ExoPlayer's default http client. When...

Same issue. Cannot get it work on Ubuntu 20.04. Tried 19.10 `sudo apt-add-repository https://packages.microsoft.com/ubuntu/19.10/prod` `sudo apt-get update` but not helped. Still getting this error: `Unable to locate package mssql-cli`

#128 This solution works for expanding the founded item.

This solution worked for me to scroll to the related node.. ``` public void scrollToNode(TreeNode currentNode, AndroidTreeView tView) { expandNodeBranch(tView, currentNode, false); // view of the found current node View...

Refer to this answer please: https://github.com/bmelnychuk/AndroidTreeView/issues/152#issuecomment-614309243

Please see this answer: https://github.com/bmelnychuk/AndroidTreeView/issues/152#issuecomment-614309243

My guess is that when you migrate with fallbackToDestructiveMigrationFrom, it doesn't really delete the db file. It only drops and regenerates all the tables and it prevents RoomAsset from loading...