Skip to content

Commit

Permalink
redundant retaininstance
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Mar 10, 2021
1 parent 77ddea6 commit 2d1db48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ internal class AutoBackupSetupBottomSheet : BottomSheet
private LinearLayout _batOptimLayout;
private MaterialButton _okButton;

public AutoBackupSetupBottomSheet()
{
RetainInstance = true;
}

public override void OnCreate(Bundle savedInstanceState)
{
base.OnCreate(savedInstanceState);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ internal class PasswordSetupBottomSheet : BottomSheet
private MaterialButton _cancelButton;
private MaterialButton _setPasswordButton;

public PasswordSetupBottomSheet()
{
RetainInstance = true;
}

public override View OnCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
{
var view = inflater.Inflate(Resource.Layout.sheetPasswordSetup, null);
Expand Down

0 comments on commit 2d1db48

Please sign in to comment.