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

Commit c51c8e92 authored by Sailesh Nepal's avatar Sailesh Nepal Committed by Android Git Automerger
Browse files

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

* commit 'ebb1d76e':
  Fix post dial for remote connections
parents 6823ea49 ebb1d76e
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);
                }
                }
            });
            });
        }
        }