mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-16 20:36:02 +00:00
Revert "[android] Display overlay layer state with icon"
This reverts commit d44f0ae7da.
This commit is contained in:
@@ -29,7 +29,7 @@ public class LayersButton extends FloatingActionButton
|
||||
{
|
||||
final int[] drawableState = super.onCreateDrawableState(extraSpace + 1);
|
||||
if (mAreLayersActive)
|
||||
mergeDrawableStates(drawableState, new int[] {R.attr.state_layers_enabled});
|
||||
mergeDrawableStates(drawableState, new int[] {R.attr.layers_enabled});
|
||||
return drawableState;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user