Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add comment
  • Loading branch information
camsim99 committed May 16, 2025
commit 3e84f11fb6615ccda6f0ee136414118e94056d8f
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ public void start_createsExpectedOrientationEventListener() {
doNothing().when(deviceOrientationManagerSpy).handleUIOrientationChange();

deviceOrientationManagerSpy.start();
deviceOrientationManagerSpy.orientationEventListener.onOrientationChanged(3);
deviceOrientationManagerSpy.orientationEventListener.onOrientationChanged(
/* some device orientation */ 3);

verify(deviceOrientationManagerSpy).handleUIOrientationChange();
}
Expand Down