Skip to content

Commit

Permalink
Allow to change the profile in the lock screen
Browse files Browse the repository at this point in the history
  • Loading branch information
saiho committed Aug 20, 2022
1 parent 3621d61 commit f16ff13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);

setContentView(R.layout.widget_popup);
setShowWhenLocked(true);
getWindow().setGravity(Gravity.TOP | Gravity.CENTER_HORIZONTAL);

RadioGroup radioGroup = findViewById(R.id.widget_popup_radiogroup);
Expand Down

0 comments on commit f16ff13

Please sign in to comment.