eugeneloza / decoherence

Project moved to https://gitlab.com/EugeneLoza/decoherence
GNU General Public License v3.0
10 stars 7 forks source link

Do not read Window configuration on mobile #528

Closed eugeneloza closed 6 years ago

eugeneloza commented 6 years ago

There's a minor bug in mobile platforms that doesn't allow to read Window configuration (actually window configuration doesn't make sense on mobile platforms). So this is for much later (if ever).

00:25:37> Warning: Decoherence 1: Opening file "file:///media/Photo/DECO/DECO-reboot-180407-316/Configuration/Window.xml" before the Application.OnInitialize was called. This is not reliable on mobile platforms (Android, iOS). This usually happens if you open a file from the "initialization" section of a unit. You should do it in Application.OnInitialize instead.

eugeneloza commented 6 years ago

/let the warning still be there, it doesn't harm to remember/

eugeneloza commented 6 years ago

try checking ApplicationProperties._FileAccessSafe if ever return to this issue