Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
crackededed committed Dec 31, 2024
1 parent 9b43210 commit c91168a
Show file tree
Hide file tree
Showing 246 changed files with 4,257 additions and 2,510 deletions.
8 changes: 4 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
<data android:host="twitch.tv" />
</intent-filter>
</activity>
<activity android:name=".ui.settings.SettingsActivity"/>
<activity android:name=".ui.settings.SettingsActivity" />
<activity
android:name=".ui.login.LoginActivity"
android:configChanges="orientation|screenSize"
android:windowSoftInputMode="adjustResize"/>
android:windowSoftInputMode="adjustResize" />

<service
android:name=".ui.player.PlaybackService"
android:foregroundServiceType="mediaPlayback"
android:exported="true">
<intent-filter>
<action android:name="androidx.media3.session.MediaSessionService"/>
<action android:name="android.media.browse.MediaBrowserService"/>
<action android:name="androidx.media3.session.MediaSessionService" />
<action android:name="android.media.browse.MediaBrowserService" />
</intent-filter>
</service>

Expand Down
Loading

0 comments on commit c91168a

Please sign in to comment.