Make backgroundTint consistent across all fields in EditProfileActivity

Also set the default visibility of the 'Advanced' layout to invisible
This commit is contained in:
Alexander Bakker 2018-04-05 17:56:19 +02:00
parent beee2d212d
commit f6bbae3d96
2 changed files with 10 additions and 9 deletions

View file

@ -81,6 +81,7 @@ public class CustomAuthenticationSlide extends Fragment implements ISlidePolicy,
default:
throw new RuntimeException();
}
Intent intent = getActivity().getIntent();
intent.putExtra("cryptType", id);
}