No need for back button in WebXDC store

This commit is contained in:
Arne 2024-08-07 08:57:54 +02:00
parent 508294a4d0
commit 1138f00389

View file

@ -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);