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

Commit 69a9d241 authored by Evan Chen's avatar Evan Chen Committed by Android (Google) Code Review
Browse files

Merge "Treat singleDevice as the multipleDevices"

parents c3d72775 224210b7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -200,7 +200,10 @@ public class CompanionDeviceActivity extends Activity {
        if (mRequest.isSelfManaged()) {
            initUiForSelfManagedAssociation(appLabel);
        } else if (mRequest.isSingleDevice()) {
            initUiForSingleDevice(appLabel);
            // TODO(b/211722613)
            // Treat singleDevice as the multipleDevices for now
            // initUiForSingleDevice(appLabel);
            initUiForMultipleDevices(appLabel);
        } else {
            initUiForMultipleDevices(appLabel);
        }