Android: Make the "Open webapp" menu item open the just created repository when a new repo is made.
This commit is contained in:
parent
7ccbd77b6a
commit
c46b263fde
4 changed files with 18 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue