ratanakpek

Results 1 issues of ratanakpek

Hi, @tananaev! I wonder why you need to store position object into sqlite db and then select it by compare like this: ```java if (result.getDeviceId().equals(preferences.getString(MainActivity.KEY_DEVICE, null))) { send(result); } else...