Skip to content

Commit

Permalink
Don't show the old layout on startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanmanX committed Sep 7, 2017
1 parent 5663362 commit 6affd78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
//setContentView(R.layout.activity_main);


Intent intent = new Intent(this, EncryptActivity.class);
Expand Down

0 comments on commit 6affd78

Please sign in to comment.