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

Commit ebb1d76e authored by Sailesh Nepal's avatar Sailesh Nepal Committed by Android (Google) Code Review
Browse files

Merge "Fix post dial for remote connections" into mnc-dev

parents 4b4d4757 40451b39
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -960,7 +960,7 @@ public final class RemoteConnection {
            record.getHandler().post(new Runnable() {
            record.getHandler().post(new Runnable() {
                @Override
                @Override
                public void run() {
                public void run() {
                    callback.onPostDialWait(connection, String.valueOf(nextChar));
                    callback.onPostDialChar(connection, nextChar);
                }
                }
            });
            });
        }
        }