mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-16 22:13:34 +02:00
Fixed auto previous animation
This commit is contained in:
@@ -3069,7 +3069,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
finish();
|
||||
else {
|
||||
Log.i("Navigating to id=" + closeId);
|
||||
navigate(closeId, false);
|
||||
navigate(closeId, "previous".equals(onclose));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user