kept falling asleep 💀
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user