Planner crashes in delphi 10.2

Hi guys, I used to run the following code in delphi 10.1 it worked, now I ran the same code in 10.2 and it crashes,  can You  help Me

Thank you

  planner.BeginUpdate;

  control := 0;
  I := 0;
  seleccion := 13;
  iaux := 1;
  while I < seleccion do
  begin
    if (cadena = '1') then
    begin
      SetLength(myArray, length(myArray) + 1);
      myArray[control] := I + 1;
      control := control + 1;
    end;
    I := I + 1;
    iaux := iaux + 1;
  end;

  planner.SelectItems(myArray);
  planner.EndUpdate;

I get the this error

raised exception class Exception with message 'Can not activate current context'.

Hi, 


We're unaware of issues with the planner. It's also unclear which settings of the planner are configured, so please send us a simple sample that reproduces this issue so we can investigate this here.

Hi, please download the project from here   https://www.dropbox.com/sh/6uadbbx5cbkd3ai/AABM0394xzO46vPntQUQ7fUBa?dl=0, also you'll find photos the error, I use samsung galaxy android 4.4.2 y delphi 10.2

best regards

Hi, 


Thank you for your sample
We are not able to reproduce this here. Can you try this on a different device?

Hi , I Tested with lg spirit android 5.0.1 , the problem no showed

Hi, 


Without being able to reproduce this here and not being consistently reproducible between other devices it points in the direction of a Android SDK +  FMX framework issue combination. I suggest to go back to Berlin as Tokyo has multiple known issues making Android less stable.