From dcda2c5fa15e63daad67f5720a2f726e34f8cd71 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Thu, 20 Dec 2018 20:11:57 -0500 Subject: [PATCH] Fix out of memory crash with TimeUnit. --- timeflow/views/IntroView.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/timeflow/views/IntroView.java b/timeflow/views/IntroView.java index 8540401..e049ed8 100755 --- a/timeflow/views/IntroView.java +++ b/timeflow/views/IntroView.java @@ -34,7 +34,7 @@ Image image; Image repeat; - public IntroView(TFModel model) + public IntroView(TimeflowModel model) { super(model); setBackground(Color.white); -- Gitblit v1.6.2