mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user