Ivan Moroziuk

Results 1 issues of Ivan Moroziuk

**Description:** FloatingActionButton twitches when SnackBar appears. ![untitled](https://user-images.githubusercontent.com/32244726/74826928-1df16780-5315-11ea-9797-9f8c7a906882.gif) **Expected behavior:** Expected smoothly moving FAB. ![2](https://user-images.githubusercontent.com/32244726/74826959-32356480-5315-11ea-8177-8cf997128e90.gif) **Source code:** `FloatingActionButton fab = findViewById(R.id.fab); fab.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Snackbar.make(view,...

bug
Widget: FloatingActionButton