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