Android: Make the "Open webapp" menu item open the just created repository when a new repo is made.

This commit is contained in:
Joey Hess 2013-06-10 23:16:18 -04:00
parent 7ccbd77b6a
commit c46b263fde
4 changed files with 18 additions and 4 deletions

View file

@ -51,7 +51,7 @@ webAppThread
-> UrlRenderer
-> Bool
-> Maybe HostName
-> Maybe (IO String)
-> Maybe (IO Url)
-> Maybe (Url -> FilePath -> IO ())
-> NamedThread
webAppThread assistantdata urlrenderer noannex listenhost postfirstrun onstartup = thread $ liftIO $ do