Annsh Singh

Results 4 comments of Annsh Singh

Using this logic to handle this bug - ``` PowerManager powerManager = (PowerManager) getActivity().getSystemService(Context.POWER_SERVICE); if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP && powerManager.isPowerSaveMode()) { //Disable pathView here } ```

Hey @apoorvlodhi-io Thanks for the bug report 👍

Hey @billy1380 Apologies for the late response. This can certainly be done and is of a great interest to me. Thanks for the suggestion 👍

@AkshayChordiya Hey, any update on this?