Gesture inset ignored what?!

Android space is Android space, app space is app space!
Android problems should be fixed in Android, not in apps!
This commit is contained in:
M66B
2020-07-06 19:02:01 +02:00
parent a24400c949
commit cbd561e793
16 changed files with 140 additions and 75 deletions

View File

@@ -332,8 +332,8 @@ public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> {
Snackbar.make(
parentFragment.getView(),
context.getString(R.string.title_rule_applied, applied),
Snackbar.LENGTH_LONG).show();
context.getString(R.string.title_rule_applied, applied), Snackbar.LENGTH_LONG)
.setGestureInsetBottomIgnored(true).show();
}
@Override