Skip to content

Commit 350a566

Browse files
committed
change layout name
1 parent ebaf908 commit 350a566

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/src/main/java/com/katcom/androidFileVault/login/SetPasswordConfirmFragment.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import android.app.AlertDialog;
44
import android.content.DialogInterface;
55
import android.content.Intent;
6-
import android.content.SharedPreferences;
76
import android.content.SharedPreferences.Editor;
87

98
import android.os.Bundle;
@@ -37,7 +36,7 @@ private SetPasswordConfirmFragment(){
3736
@Nullable
3837
@Override
3938
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
40-
View v= inflater.inflate(R.layout.fragment_set_password_again,container,false);
39+
View v= inflater.inflate(R.layout.fragment_set_password_confirm,container,false);
4140
mPasswordTextView = v.findViewById(R.id.set_password_text_view_again);
4241

4342
mFinishButton = v.findViewById(R.id.button_set_password_again);

app/src/main/res/layout/fragment_set_password_again.xml renamed to app/src/main/res/layout/fragment_set_password_confirm.xml

File renamed without changes.

0 commit comments

Comments
 (0)