mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 15:06:08 +00:00
Don't display a toast after pairing has completed
This commit is contained in:
@@ -324,7 +324,8 @@ public class PcView extends Activity {
|
||||
message = getResources().getString(R.string.pair_fail);
|
||||
}
|
||||
else if (pairState == PairingManager.PairState.PAIRED) {
|
||||
message = getResources().getString(R.string.pair_success);
|
||||
// Just navigate to the app view without displaying a toast
|
||||
message = null;
|
||||
success = true;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user