We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a826ca4 + b832485 commit a518ad0Copy full SHA for a518ad0
app/src/main/java/fr/free/nrw/commons/auth/SignupActivity.java
@@ -20,8 +20,6 @@ protected void onCreate(Bundle savedInstanceState) {
20
super.onCreate(savedInstanceState);
21
Timber.d("Signup Activity started");
22
23
- getSupportActionBar().hide();
24
-
25
webView = new WebView(this);
26
setContentView(webView);
27
0 commit comments