Revert "This is quite brokey"

This reverts commit f352c20ed9.
This commit is contained in:
LucasGGamerM 2022-12-13 12:00:55 -03:00
parent f63bbeee79
commit 0231903868
1 changed files with 7 additions and 7 deletions

View File

@ -106,13 +106,13 @@ public class InstanceChooserLoginFragment extends InstanceCatalogFragment{
.execNoAuth("");
}
// @Override
// protected void onUpdateToolbar(){
// super.onUpdateToolbar();
// Toolbar toolbar=getToolbar();
// toolbar.setElevation(0);
// toolbar.setBackground(null);
// }
@Override
protected void onUpdateToolbar(){
super.onUpdateToolbar();
Toolbar toolbar=getToolbar();
toolbar.setElevation(0);
toolbar.setBackground(null);
}
@Override
protected RecyclerView.Adapter getAdapter(){