That fuck shit the fascists are using
at master 12 lines 250 B view raw
1package org.tm.archive.util; 2 3import androidx.annotation.StyleRes; 4 5import org.tm.archive.R; 6 7public class DynamicRegistrationTheme extends DynamicTheme { 8 9 protected @StyleRes int getTheme() { 10 return R.style.Signal_DayNight_Registration; 11 } 12}