am a49ab110: Merge "Make convertToTranslucent a public method in Activity" into lmp-preview-dev
* commit 'a49ab11049339155c156e0f58bb076396695be75': Make convertToTranslucent a public method in Activity
This commit is contained in:
@@ -5326,7 +5326,8 @@ public class Activity extends ContextThemeWrapper
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
void convertToTranslucent(TranslucentConversionListener callback, ActivityOptions options) {
|
||||
public void convertToTranslucent(TranslucentConversionListener callback,
|
||||
ActivityOptions options) {
|
||||
boolean drawComplete;
|
||||
try {
|
||||
mTranslucentCallback = callback;
|
||||
|
||||
Reference in New Issue
Block a user