Skip to content

Commit 46e8722

Browse files
authored
Merge branch 'main' into myPlmSnippetsBranch
2 parents 9b61f77 + c703008 commit 46e8722

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

misc/src/androidTest/java/com/example/snippets/DeviceCompatibilityModeTestJavaSnippets.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package com.example.snippets;
1818

19-
import androidx.appcompat.app.AppCompatActivity
2019
import androidx.test.core.app.ActivityScenario;
2120
import androidx.test.ext.junit.rules.ActivityScenarioRule;
2221
import org.junit.Rule;
@@ -42,7 +41,7 @@ public void activity_launched_notLetterBoxed() {
4241

4342

4443
// Method used by snippets.
45-
public boolean isLetterboxed(AppCompatActivity activity) {
44+
public boolean isLetterboxed(MainActivity activity) {
4645
return true;
4746
}
4847

0 commit comments

Comments
 (0)