; * java/org/gnu/emacs/EmacsActivity.java (isReallyFinishing): Fix typo.
This commit is contained in:
parent
755665d95a
commit
c3684b9788
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ children and RESETWHENCHILDLESS is set (implying it is a
|
|||
long atime, dtime;
|
||||
int hours;
|
||||
|
||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.NOUGAT)
|
||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.N)
|
||||
return isFinishing ();
|
||||
|
||||
/* When the number of tasks retained in the recents list exceeds a
|
||||
|
|
Loading…
Add table
Reference in a new issue