Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5517ea78 authored by Jose Lima's avatar Jose Lima
Browse files

Make convertToTranslucent a public method in Activity

   - Changed the access level for convertToTranslucent in Activity
   to public.
   - Still keeping convertToTranslucent as a hidden method.

Bug: 15492979
Change-Id: I7d013541e8ed7708ce208cd4cf5d1c1d20d50e50
parent eb29d330
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;