mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-21 16:35:09 -05:00
Rename: ApplicationController -> YaaicApplication.
This commit is contained in:
parent
6ee5ed0eff
commit
3e4f8f57bd
@ -31,7 +31,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
android:label="Yaaic"
|
||||
android:theme="@style/Theme.Yaaic"
|
||||
android:allowBackup="true"
|
||||
android:name=".ApplicationController">
|
||||
android:name=".YaaicApplication">
|
||||
<activity android:name=".activity.MainActivity"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="standard" >
|
||||
|
@ -25,7 +25,7 @@ import android.app.Application;
|
||||
/**
|
||||
* Application implementation for Yaaic.
|
||||
*/
|
||||
public class ApplicationController extends Application {
|
||||
public class YaaicApplication extends Application {
|
||||
@Override
|
||||
public void onCreate() {
|
||||
super.onCreate();
|
Loading…
Reference in New Issue
Block a user