We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b61f77 + c703008 commit 46e8722Copy full SHA for 46e8722
misc/src/androidTest/java/com/example/snippets/DeviceCompatibilityModeTestJavaSnippets.java
@@ -16,7 +16,6 @@
16
17
package com.example.snippets;
18
19
-import androidx.appcompat.app.AppCompatActivity
20
import androidx.test.core.app.ActivityScenario;
21
import androidx.test.ext.junit.rules.ActivityScenarioRule;
22
import org.junit.Rule;
@@ -42,7 +41,7 @@ public void activity_launched_notLetterBoxed() {
42
41
43
44
// Method used by snippets.
45
- public boolean isLetterboxed(AppCompatActivity activity) {
+ public boolean isLetterboxed(MainActivity activity) {
46
return true;
47
}
48
0 commit comments