marunjar / anewjkuapp

GNU General Public License v3.0
16 stars 4 forks source link

Unexpected behaviour. #160

Open YYYSSSHHH opened 3 years ago

YYYSSSHHH commented 3 years ago

Environment Info: APK Version: 0.54.0-fdroid (140086) Android version: 6.0.1

Repro Steps:

  1. Revoke the location permission.
  2. As shown in Figure B, enter the map activity. Then the app pops up a pop-up dialog without any prompt ( I think this pop-up dialog is redundant and useless and should be deleted. You can directly pop up the dialog in Figure C ).
    Exception1

In addition, I believe the APIs for checking(checkSelfPermission)/asking(requestPermissions) the location permission should get called after clicking the "3" button. What's your opinion? 33