kept falling asleep 💀

This commit is contained in:
2024-02-05 11:44:56 -06:00
parent 7c6e0d61e9
commit f6c2218850
211 changed files with 4945 additions and 10 deletions

View File

@@ -79,16 +79,6 @@ public class MainActivity extends AppCompatActivity {
protected void onCreate(Bundle savedInstanceState) {
Log.d(TAG,"onCreate(Bundle) called");
super.onCreate(savedInstanceState);
/*
if (getResources().getConfiguration().orientation == 1) {
Log.d(TAG, "setting orientation to portrait");
setContentView(R.layout.activity_main);
} else {
Log.d(TAG, "setting orientation to landscape");
setContentView(R.layout.activity_main_landscape);
}
*/
mQuestionTextView = (TextView)
findViewById(R.id.question_text_view);