Fixed auto previous animation

pull/159/head
M66B 5 years ago
parent 0b53989826
commit c102711570

@ -3069,7 +3069,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
finish(); finish();
else { else {
Log.i("Navigating to id=" + closeId); Log.i("Navigating to id=" + closeId);
navigate(closeId, false); navigate(closeId, "previous".equals(onclose));
} }
} }
} }

Loading…
Cancel
Save