Skip to content

Commit 233e338

Browse files
Anton IvanovAndroid (Google) Code Review
authored andcommitted
Merge "Remove spurious creation of sp<Choreographer>." into main
2 parents 12cdd22 + 9ffd0ea commit 233e338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/gui/Choreographer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ sp<Choreographer> Choreographer::getForThread() {
100100
return nullptr;
101101
}
102102
}
103-
return gChoreographer.get();
103+
return gChoreographer;
104104
}
105105

106106
Choreographer::Choreographer(const sp<Looper>& looper, const sp<IBinder>& layerHandle)

0 commit comments

Comments
 (0)