Added restart password and back in application.
This commit is contained in:
parent
ed65588778
commit
830ca9db3e
@ -75,7 +75,7 @@ public class MainActivity extends AppCompatActivity {
|
||||
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
response.setText(textPassword.getText());
|
||||
/*response.setText(textPassword.getText());*/
|
||||
|
||||
File file = new File(filename);
|
||||
|
||||
@ -101,7 +101,8 @@ public class MainActivity extends AppCompatActivity {
|
||||
Toast.LENGTH_SHORT);
|
||||
toast.show();
|
||||
}
|
||||
} catch(IOException e){
|
||||
|
||||
} catch(IOException e){
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
@ -19,6 +19,7 @@
|
||||
tools:layout_editor_absoluteY="409dp" />
|
||||
|
||||
<TextView
|
||||
android:visibility="invisible"
|
||||
android:id="@+id/textView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
Loading…
Reference in New Issue
Block a user