mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Don't kill
This commit is contained in:
@@ -59,7 +59,7 @@ public class FragmentDialogPermissions extends FragmentDialogBase {
|
||||
tvDozeDevice.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
Helper.view(context, Uri.parse(Helper.DONTKILL_URI), true);
|
||||
Helper.view(v.getContext(), Uri.parse(Helper.DONTKILL_URI), true);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user