1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-02 13:14:39 +00:00

Small improvement

This commit is contained in:
M66B 2021-12-30 08:02:11 +01:00
parent 3d143e0ef7
commit eee054fa7a

View file

@ -1148,7 +1148,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
undo(undo_timeout, title, args, move, show);
}
public void undo(long undo_timeout, String title, final Bundle args, final SimpleTask move, final SimpleTask show) {
private void undo(long undo_timeout, String title, final Bundle args, final SimpleTask move, final SimpleTask show) {
if (drawerLayout == null || drawerLayout.getChildCount() == 0) {
Log.e("Undo: drawer missing");
if (show != null)