Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FloatingActionButton] FAB does not move smoothly when SnackBar appears #1036

Open
Sanusy opened this issue Feb 19, 2020 · 6 comments
Open

Comments

@Sanusy
Copy link

Sanusy commented Feb 19, 2020

Description: FloatingActionButton twitches when SnackBar appears.
untitled

Expected behavior: Expected smoothly moving FAB.
2

Source code:
FloatingActionButton fab = findViewById(R.id.fab); fab.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Snackbar.make(view, "Replace with your own action", Snackbar.LENGTH_LONG) .setAction("Action", null).show(); } });

Android API version: Android API 23 and 24

Material Library version: 1.1.0

Device: Nexus 5X and Samsung J7

@Sanusy Sanusy added the bug label Feb 19, 2020
@syntakks
Copy link

Same issue.
KT Navigation Drawer Project Template.
Current Kotlin plugin Version 1.3.70-release-Studio3.5-1.

@apsun
Copy link

apsun commented Apr 20, 2020

Can reproduce on the latest 1.2.0-alpha06. Trying out older versions of the library suggests this bug was introduced in 1.1.0-alpha10. The bug is not present in 1.1.0-alpha09.

@dsn5ft dsn5ft self-assigned this Apr 21, 2020
mohand1993 added a commit to mohand1993/material-components-android that referenced this issue May 1, 2020
@codinginflow
Copy link

codinginflow commented Nov 5, 2020

I still have this issue with Materiel library version 1.3.0-alpha03

@Piyush7890
Copy link

Issue still persists in 1.4.0-alpha02

@Hovn
Copy link

Hovn commented Jul 17, 2022

com.google.android.material:material:1.5.0-alpha01
问题仍在

@jefflongo
Copy link

jefflongo commented Jan 1, 2023

issue persists in 1.8.0-beta01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants