Martin Marconcini

Results 2 issues of Martin Marconcini

### Objective * Ensure the bottom Sheet is correctly collapsed when adding a poll. ### Issue https://github.com/tuskyapp/Tusky/issues/2527 ### Description * After closing [this draft PR](https://github.com/tuskyapp/Tusky/pull/2627), I tried the [WindowInset](https://developer.android.com/training/system-ui) api...

I'm attempting, given a list of local branches (`repository.branches(Some(BranchType::Local))`), to find out which ones have been merged; basically to know if `git branch -d "branch name"` would give an error...