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

Commit be40b55f authored by frankpreel's avatar frankpreel
Browse files

Refactor Find my Device

parent 8ea9da55
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -102,8 +102,8 @@ public class FindMyDeviceActivity extends SubBaseActivity {
    private void launchFindMyDevice() {
        Intent intent = new Intent();
        intent.setComponent(
            new ComponentName("foundation.e.geolocationsms", 
                "foundation.e.geolocationsms.activity.GeolocationSmsActivity"));
            new ComponentName("foundation.e.findmydevice", 
                "foundation.e.findmydevice.activity.FindMyDeviceActivity"));
        startSubactivity(intent);
    }
}