We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d7de3 commit 3529976Copy full SHA for 3529976
1 file changed
com.example.android.rssfeed/src/com/example/android/rssfeed/DetailActivity.java
@@ -11,7 +11,6 @@ public class DetailActivity extends Activity {
11
@Override
12
protected void onCreate(Bundle savedInstanceState) {
13
super.onCreate(savedInstanceState);
14
- Application application = getApplication();
15
16
// Need to check if Activity has been switched to landscape mode
17
// If yes, finished and go back to the start Activity
0 commit comments