mirror of
https://github.com/mozilla/send.git
synced 2026-01-15 00:08:19 -05:00
Switch back to the cloud version
This commit is contained in:
@@ -139,7 +139,7 @@ class MainActivity : AppCompatActivity(), CoroutineScope {
|
||||
|
||||
GeckoResult.fromValue(Unit)
|
||||
})
|
||||
val initialUrl = "http://10.0.1.16/android.html?" + LocalDateTime.now()
|
||||
val initialUrl = " http://fzzzy-send-gv.s3-website-us-west-2.amazonaws.com/android.html?" + LocalDateTime.now()
|
||||
val initialSession = Session(initialUrl)
|
||||
initialSession.register(object: Session.Observer {
|
||||
override fun onLoadingStateChanged(session: Session, loading: Boolean) {
|
||||
|
||||
Reference in New Issue
Block a user