Skip to content

Commit a518ad0

Browse files
authored
Merge pull request commons-app#640 from ftsalamp/master
Removed getSupportActionBar command
2 parents a826ca4 + b832485 commit a518ad0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/fr/free/nrw/commons/auth/SignupActivity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ protected void onCreate(Bundle savedInstanceState) {
2020
super.onCreate(savedInstanceState);
2121
Timber.d("Signup Activity started");
2222

23-
getSupportActionBar().hide();
24-
2523
webView = new WebView(this);
2624
setContentView(webView);
2725

0 commit comments

Comments
 (0)