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

Commit ab9022dc authored by Rob Carr's avatar Rob Carr Committed by Android (Google) Code Review
Browse files

Merge "Fix swapped toast timeouts."

parents a01880be 017dbf59
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -357,8 +357,8 @@ public class Toast {

        WindowManager mWM;

        static final long SHORT_DURATION_TIMEOUT = 5000;
        static final long LONG_DURATION_TIMEOUT = 1000;
        static final long SHORT_DURATION_TIMEOUT = 4000;
        static final long LONG_DURATION_TIMEOUT = 7000;

        TN() {
            // XXX This should be changed to use a Dialog, with a Theme.Toast