Skip to content
Snippets Groups Projects
Commit f9491d17 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

quiet a lint

parent f2cb0cab
No related branches found
No related tags found
1 merge request!42Integrate with the Android "back" button and use it for navigation
Pipeline #4459 passed
......@@ -10,7 +10,7 @@ data PlatformEvent = BackPressed deriving (Eq, Ord, Show)
-- | Bundle up the different application-supplied handlers for different
-- platform events.
data PlatformEventCallbacks = PlatformEventCallbacks
newtype PlatformEventCallbacks = PlatformEventCallbacks
{ onBackPressed :: IO ()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment