mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-15 22:22:22 +01:00
No need for back button in WebXDC store
This commit is contained in:
parent
508294a4d0
commit
1138f00389
1 changed files with 0 additions and 2 deletions
|
@ -48,8 +48,6 @@ public class WebXDCStore extends XmppActivity {
|
|||
return;
|
||||
}
|
||||
configureActionBar(actionBar);
|
||||
getSupportActionBar().setDisplayShowHomeEnabled(true);
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
WebView webView = findViewById(R.id.web);
|
||||
String URL = "https://webxdc.org/apps/";
|
||||
webView.loadUrl(URL);
|
||||
|
|
Loading…
Reference in a new issue