From: Holger Schemel Date: Fri, 3 Jan 2020 01:36:47 +0000 (+0100) Subject: fixed crash bug in Android project when rotating device X-Git-Tag: 4.1.4.0~2 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=2d2a84f37efaf7ccd224d0ec0571ca27ca17fc4e;hp=2d2a84f37efaf7ccd224d0ec0571ca27ca17fc4e fixed crash bug in Android project when rotating device When changing API level from 12 to 17, "screenSize" events must be handled, or newer Android versions will terminate the app when the device is rotated. ---