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

Commit c0824dfc authored by Jacinta Hu's avatar Jacinta Hu
Browse files

Minor edit for the overridePendingTransition doc.

Fix some typos in the Activity class doc.

Change-Id: I2183f08f9083d6bdae5c4a375a4bfb226fdbf9f0
Flag: DOCS_ONLY
parent c1058336
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6931,9 +6931,9 @@ public class Activity extends ContextThemeWrapper
     * on top of the task while activity transitions are being played.
     * For example, if we want to customize the opening transition when launching Activity B which
     * gets started from Activity A, we should call this method inside B's onCreate with
     * {@code overrideType = OVERRIDE_TRANSITION_OPEN} because the Activity B will on top of the
     * {@code overrideType = OVERRIDE_TRANSITION_OPEN} because the Activity B will be on top of the
     * task. And if we want to customize the closing transition when finishing Activity B and back
     * to Activity A, since B is still is above A, we should call this method in Activity B with
     * to Activity A, since B is still above A, we should call this method in Activity B with
     * {@code overrideType = OVERRIDE_TRANSITION_CLOSE}. </p>
     *
     * <p> If an Activity has called this method, and it also set another activity animation