Merge pull request #3178 from cool-student/notificationImprovements

Notification Improvements
This commit is contained in:
Tobias Groza 2020-09-27 10:43:11 +02:00 committed by GitHub
commit fc9c073a60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
60 changed files with 1656 additions and 767 deletions

View file

@ -268,7 +268,7 @@ public class RouterActivity extends AppCompatActivity {
final LayoutInflater inflater = LayoutInflater.from(themeWrapperContext);
final LinearLayout rootLayout = (LinearLayout) inflater.inflate(
R.layout.preferred_player_dialog_view, null, false);
R.layout.single_choice_dialog_view, null, false);
final RadioGroup radioGroup = rootLayout.findViewById(android.R.id.list);
final DialogInterface.OnClickListener dialogButtonsClickListener = (dialog, which) -> {