Yanay Tsabary

Results 7 issues of Yanay Tsabary

### Is this a bug report? (write your answer here) Yes ### Have you read the [Contributing Guidelines](.github/CONTRIBUTING.md)? Yes (Write your answer here.) ### Environment Android Studio emulator / OnePlus...

Trying to figure it out but can't seem o find a way. I've seen this ticket from 2018 but I'm having a hard tim eimplementing what might be the solution?...

This library sounds great, but I see it was last updated before the move. Is there work in progress to adapt to the MapBox V7?

I thought this would do it app:showTrimExpandedText="false" But I actually see no difference wheter this is set to true or false. I want the user to be redirected to another...

I am building an app that should work for English, Arabic and Habrew. When changing the system to Arabic/Hebrew, the layout remains in the same order. I've tried setting the...

I keep having this error come up when I follow your getting started guide. I am doing my reading but can not understand where it comes from, especially becuase I've...

untriaged
unconfirmed-bug

This is my code, using Kotlin: imageView.setOnClickListener { object : DoubleClick(object : DoubleClickListener { override fun onDoubleClick(view: View?) { if (image.photographer != currentUser.uid) { executeLike( image, uid, likeCount, likeButton, 1,...